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

terminate-instance

Terminate (delete) a single service instance in a network.

Syntax

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

Required

--network

-n

The name of the network in which to delete the instance

Required

--keyPair

-K

The network SSH key pair

Required

--name

-i

The name of the instance to delete

Required

--nowait

-o

Do not wait for the instance to fully terminate

false

Example

See Also

Last updated