robot raw request
robot_requestAccess and manage Hetzner Robot dedicated servers through direct API calls. Use relative paths for any endpoint; reads are free, write operations respect cost guards.
Instructions
Call any Hetzner Robot dedicated servers (robot-ws.your-server.de) endpoint directly. Use a relative path like /servers. Reads are free. Writes obey the read-only and cost guards. If an endpoint you need is missing or misbehaving, use the contribute_or_report tool to open a prefilled issue or pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for write methods, as a JSON object, for example {"name":"web1","type":"spread"}. A JSON string is also accepted and parsed. | |
| path | Yes | Relative API path, for example /servers or /servers/123. | |
| query | No | Query string parameters. | |
| method | No | HTTP method. Defaults to GET. | |
| confirm | No | Must be true to create a billed resource. Reads and free resources do not need it. | |
| verbose | No | Return the full payload. Default false returns a compact, token-efficient view. |