stop
Last updated
Stop (power off) every instance in a provisioned environment. Stopping instances you are not using saves cost.
rumi cloud civo stop \
--api-key <token> \
--region <region> \
--network <network> \
[options]--api-key
-k
The Civo API token to use (or set CIVO_API_TOKEN)
Required
--region
-r
The Civo region to use (e.g. FRA1)
Required
--network
-n
The name of the environment to stop
Required
--nowait
-o
Do not wait for the instances to fully stop
false
rumi cloud civo stop \
--api-key $CIVO_API_TOKEN \
--region FRA1 \
--network my-cloudLast updated