Skip to main content

Hetzner Supported Services

NightOps supports automated start/stop management for Hetzner Cloud services.

Supported Services Overview

ServiceStop MethodStart MethodData PreservedConfig Preserved
Cloud ServersShutdownPower OnYesYes

Cloud Servers

Hetzner Cloud Servers can be shut down and powered on without losing configuration or volume data.

API Operations

OperationAPI EndpointDescription
ListGET /v1/serversList all servers
StopPOST /v1/servers/{id}/actions/shutdownGraceful shutdown
StartPOST /v1/servers/{id}/actions/poweronPower on a server
StatusGET /v1/servers/{id}Check server status

Shutdown Methods

NightOps uses graceful shutdown by default:

MethodAPI ActionDescription
GracefulshutdownACPI shutdown signal (like pressing power button)
ForcedpoweroffImmediate power off (not recommended)

What's Preserved

  • Server configuration
  • Attached volumes and data
  • Floating IPs (if assigned)
  • Placement groups
  • Labels and metadata
  • Network configuration

Caveats

Billing

Powered-off servers still incur costs for:

  • Reserved disk space
  • Attached volumes
  • Floating IPs

Only compute (CPU/RAM) costs are saved during power-off.

Public IP

The primary IPv4 address is preserved across power cycles.

Shutdown Timeout

Graceful shutdown waits up to 60 seconds. If the server doesn't respond, NightOps will use forced power-off.


Cost Savings Example

Server TypeHourly (Running)Hourly (Off)Savings
CX11 (2GB)€0.0050€0.000884%
CX21 (4GB)€0.0100€0.001684%
CX31 (8GB)€0.0189€0.003084%
CPX11 (2GB)€0.0050€0.000884%

Note: Prices are approximate and vary by datacenter location.


Unsupported Services

ServiceReason
Dedicated ServersHetzner Robot API not supported; use Custom SSH instead
Load BalancersDelete changes IP; requires reconfiguration
Managed KubernetesHetzner doesn't offer managed K8s; use self-managed with Custom SSH

Datacenters

NightOps supports all Hetzner Cloud datacenters:

LocationDatacenter IDs
Falkenstein, Germanyfsn1-dc14
Nuremberg, Germanynbg1-dc3
Helsinki, Finlandhel1-dc2
Ashburn, USAash-dc1
Hillsboro, USAhil-dc1

When adding the provider, select which datacenters to scan.


Next Steps