stop-platform
Last updated
Stop (power off) the platform instances in a network.
rumi cloud civo stop-platform \
--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 the instances are in (e.g. FRA1)
Required
--network
-n
Name of the network
Required
--nowait
-o
Do not wait for the instances to fully stop
false
rumi cloud civo stop-platform \
--api-key $CIVO_API_TOKEN \
--region FRA1 \
--network my-cloudLast updated