> For the complete documentation index, see [llms.txt](https://docs.rumi.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.systems/rumi-cli/commands/cloud/hetzner/terminate-admin.md).

# terminate-admin

Terminate (delete) the Admin node in a network.

## Syntax

```bash
rumi cloud hetzner terminate-admin \
  --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

```bash
rumi cloud hetzner terminate-admin --api-key $HCLOUD_TOKEN --network my-cloud
```

{% hint style="warning" %}
Terminating an instance permanently deletes it and its data. To tear down the whole environment, use [deprovision](/rumi-cli/commands/cloud/hetzner/deprovision.md).
{% endhint %}

## See Also

* [launch-admin](/rumi-cli/commands/cloud/hetzner/launch-admin.md)
* [start-admin](/rumi-cli/commands/cloud/hetzner/start-admin.md)
* [deprovision](/rumi-cli/commands/cloud/hetzner/deprovision.md)
