start-instance
Last updated
Start (power on) a service (worker) instance in a network.
rumi cloud hetzner start-instance \
--api-key <token> \
--network <network> \
--service <service> \
[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
--service
-s
The service instance name
Required
rumi cloud hetzner start-instance --api-key $HCLOUD_TOKEN --network my-cloud --service myappLast updated