For the complete documentation index, see llms.txt. This page is also available as Markdown.

create-network

Create a Rumi private network in a Civo region.

Syntax

rumi cloud civo create-network \
  --api-key <token> \
  --region <region> \
  --network <network> \
  [options]

Options

Option
Short
Description
Default

--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

Example

rumi cloud civo create-network \
  --api-key $CIVO_API_TOKEN \
  --region FRA1 \
  --network my-cloud

Notes

See Also

Last updated