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

terminate-amq

Terminate (delete) the ActiveMQ broker in a network.

Syntax

rumi cloud civo terminate-amq \
  --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 the instance is in (e.g. FRA1)

Required

--network

-n

Name of the network

Required

--keyPair

-K

The network SSH key pair

Required

--nowait

-o

Do not wait for the instance to fully terminate

false

Example

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

See Also

Last updated