terminate-instance
Last updated
Terminate (delete) a service (worker) instance in a network. Terminating a service also removes its per-service app-port firewall.
rumi cloud hetzner terminate-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 terminate-instance --api-key $HCLOUD_TOKEN --network my-cloud --service myappTerminating an instance permanently deletes it and its data. To tear down the whole environment, use deprovision.
Last updated