Rebuild Server
hetzner_rebuild_serverRebuild a Hetzner cloud server from a specified image, erasing all existing data. Provide the server ID and image to restore a clean state.
Instructions
Rebuild a server from an image, wiping all data on the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Server ID | |
| image | Yes | Image name or ID to rebuild from | |
| user_data | No | Cloud-init user data to apply to the rebuilt server. Overrides the value set at creation. |