stop
Last updated
Stop (power off) every instance in a network -- the whole platform plus any service workers. Stopping an environment you are not using saves cost.
rumi cloud hetzner stop \
--api-key <token> \
--network <network> \
[options]--api-key
-k
The Hetzner Cloud project API token (or set HCLOUD_TOKEN)
Required
--region
-r
The Hetzner location the network is in
fsn1
--network
-n
The name of the network
Required
rumi cloud hetzner stop --api-key $HCLOUD_TOKEN --network my-cloudLast updated