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

stop-instance

Stop (power off) a service (worker) instance in a network. Stopping instances you are not using saves cost.

Syntax

rumi cloud civo stop-instance \
  --api-key <token> \
  --region <region> \
  --network <network> \
  --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 the instance is in (e.g. FRA1)

Required

--network

-n

Name of the network

Required

--name

-a

The name of the service instance to stop

Required

--nowait

-o

Do not wait for the instance to fully stop

false

Example

rumi cloud civo stop-instance \
  --api-key $CIVO_API_TOKEN \
  --region FRA1 \
  --network my-cloud \
  --name myapp

See Also

Last updated