Skip to content
ActionHetzner CloudUpdated May 2026

How do I create a Hetzner Cloud server?

Short answer: Drop the "Hetzner CloudCreate Hetzner Server" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Server Name
name
stringRequiredServer Name. Example: web-server-1
Server Type
server_type
stringRequiredServer Type. Example: cx21, cpx11, cx32
Image
image
stringRequiredOS image name or ID
Location
location
stringOptionalLocation. Example: nbg1, fsn1, hel1, ash
SSH Key Names
ssh_keys
stringOptionalComma-separated SSH key names
Labels (JSON)
labels
stringOptionalKey-value labels as JSON
Sample request
{
"name": "e.g. web-server-1",
"server_type": "e.g. cx21, cpx11, cx32",
"image": "e.g. ubuntu-24.04",
"location": "e.g. nbg1, fsn1, hel1, ash",
"ssh_keys": "e.g. my-key"
}
Returns
{
"server": {
"id": 123,
"name": "web-server-1",
"status": "initializing",
"server_type": {
"name": "cx21"
}
},
"root_password": "temp-password-123"
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Create Hetzner Server.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Create Hetzner Server.

What does the Create Hetzner Server action do in Hetzner Cloud?
Provisions a new server with image, type, location, SSH keys, optional cloud-init. Hetzner provisions much faster (15-30s) than most clouds. For elastic-scaling or "spin up sandbox per PR" CI/CD workflows.
What inputs does Create Hetzner Server require?
Required: Server Name, Server Type, Image. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Hetzner Cloud returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Create Hetzner Server support batch operations?
Yes. Run Create Hetzner Server inside a Loop node to process arrays. Tiny Command handles Hetzner Cloud's rate limits automatically so you don't have to throttle manually.
More actions

Other Hetzner Cloud actions.

Send create hetzner server from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.