terminate-platform
Last updated
Terminate (delete) every platform instance in a network, in dependency order: the bastion is terminated last so DNS and the reverse proxy stay up while the other roles are removed.
rumi cloud hetzner terminate-platform \
--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 terminate-platform --api-key $HCLOUD_TOKEN --network my-cloudTerminating permanently deletes the platform instances and their data. To tear down the whole environment (network, firewalls, and service workers too), use deprovision.
Acts on all platform roles (bastion, admin, monitor, and any broker). The bastion is terminated last.
Service (worker) instances are not touched; terminate them with terminate-instance.
Last updated