proxmox_ha_resource
List, create, update, delete, and check status of Proxmox HA resources for virtual machines and containers.
Instructions
Manage HA resources. action=list: list resources | action=get: get resource details | action=status: get HA manager status | action=create: create resource (elevated) | action=update: update resource (elevated) | action=delete: delete resource (elevated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by resource type | |
| sid | No | HA resource ID (e.g., vm:100, ct:100) | |
| comment | No | Description | |
| failback | No | Auto-migrate to highest priority node | |
| group | No | HA group identifier | |
| max_relocate | No | Max relocate tries | |
| max_restart | No | Max restart tries | |
| state | No | Requested resource state | |
| delete | No | List of settings to delete | |
| digest | No | Prevent concurrent modifications | |
| action | Yes |