create_ha_resource
Add a virtual machine or container to Proxmox HA management, specifying restart and relocate limits and the desired state.
Instructions
Add a resource to HA management
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | Yes | Resource ID, e.g. "vm:100" | |
| group | No | HA group to assign the resource to | |
| state | No | Requested resource state: "started", "stopped", "enabled", "disabled" | |
| max_restart | No | Maximum number of restart attempts | |
| max_relocate | No | Maximum number of relocate attempts |