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

delete-network

Delete a Rumi network from a Civo region.

Syntax

rumi cloud civo delete-network \
  --api-key <token> \
  --region <region> \
  --network <network> \
  --keyPair <keypair> \
  [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 delete the network (e.g. FRA1)

Required

--network

-n

The name of the network to delete

Required

--keyPair

-K

The network SSH key pair

Required

Example

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

Notes

  • To tear down a whole provisioned environment (instances and network together), use deprovision instead.

See Also

Last updated