For the complete documentation index, see llms.txt. This page is also available as Markdown.

terminate-platform

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.

Syntax

rumi cloud hetzner terminate-platform \
  --api-key <token> \
  --network <network> \
  [options]

Options

Option
Short
Description
Default

--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

Example

rumi cloud hetzner terminate-platform --api-key $HCLOUD_TOKEN --network my-cloud

Notes

  • 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.

See Also

Last updated