Hetzner Robot API CLI
A CLI to interact with the Hetzner Robot API - Copyright 2025 Fabian Topfstedt
All of the usage docs live in docs/hobot.md ↗
Hobot supports theses output formats when interacting with Hetzner’s Robot API:
A CSV-compliant, comma-separated list with a header line (omit headers with --no-headers). Field order is not guaranteed! Use the next option to explicitly lock in the fields (and their order) when building your tooling.
Same as above, but you specify exactly which fields to output (and in what order).
Pretty-printed JSON output.
YAML-formatted output.
In the spirit of UNIX pipelines, use the right tool for each format:
For CSV/table data:
For JSON data:
For YAML data:
Pipe Hobot’s output into these utilities when building your scripts!