create-network
Last updated
Create a Rumi private network in a Civo region.
rumi cloud civo create-network \
--api-key <token> \
--region <region> \
--network <network> \
[options]--api-key
-k
The Civo API token to use (or set CIVO_API_TOKEN)
Required
--region
-r
The Civo region in which to create the network (e.g. FRA1)
Required
--network
-n
The name to give the new network
Required
rumi cloud civo create-network \
--api-key $CIVO_API_TOKEN \
--region FRA1 \
--network my-cloudFails if a network of this name already exists in the region; tear it down first with delete-network or deprovision.
Last updated