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

deprovision

Tear down a provisioned Rumi environment: delete every instance, then the network.

Syntax

rumi cloud civo deprovision \
  --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 environment (e.g. FRA1)

Required

--network

-n

The name of the provisioned Rumi environment to delete

Required

--keyPair

-K

The network SSH key pair

Required

Example

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

See Also

Last updated