cloud raw request
cloud_requestCall any Hetzner Cloud API endpoint by providing a relative path. Reads are free; write requests need confirmation to create billed resources.
Instructions
Call any Hetzner Cloud (api.hetzner.cloud) 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. |