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