Skip to main content
This guide covers deleting a Hetzner Cloud server. Deletion permanently removes the server and its primary disk. Volumes, snapshots, and backups are not deleted automatically.
Complete the pre-termination checklist before proceeding. Server deletion is irreversible.

Option 1: Hetzner Cloud Console

1

Open the Hetzner Cloud Console

Sign in to the Hetzner Cloud Console and select your project.
2

Open the server list

Navigate to Servers in the left sidebar.
3

Select your server

Click the name of the server running OpenClaw. Confirm the correct server by checking its IP address against what appeared on the watchboard.
4

Delete the server

Click the ••• (more options) menu in the top right of the server detail page and select Delete. Confirm the deletion in the dialog.Alternatively, from the server list, click the ••• menu on the server row and select Delete.
Official Hetzner documentation: Hetzner Cloud Servers FAQ

Option 2: hcloud CLI

If you have the hcloud CLI installed:
You’ll be prompted to confirm. Add --force to skip the prompt.

Option 3: Hetzner Cloud API

A successful response returns HTTP 200 with an action object. See the Hetzner Cloud API reference for details.

Post-termination cleanup

Delete volumes

Volumes attached to the server are not deleted when the server is deleted. In the Cloud Console, navigate to Volumes, identify volumes that are no longer attached (Status = “Available”), and delete them. Using the CLI:

Delete snapshots

Snapshots created from this server are not deleted automatically:

Delete backups

If automated backups were enabled for the server, they are deleted automatically when the server is deleted. If you need to verify:

Release Floating IPs

Floating IPs are not deleted when a server is deleted. They continue to incur charges:

Remove the server from any Load Balancers or Networks

If the server was part of a Load Balancer or private network, remove it:

Rotate credentials

After deletion, rotate everything the agent had access to. See the post-termination checklist for the full list.