pve_ha_resource_remove
Remove a VM or container from HA management. Dry-run displays the plan with warning of lost failover protection; set confirm=True to execute.
Instructions
MUTATION: remove a guest from HA management. Dry-run by default — the PLAN shows the SID and that this loses automated failover protection (guest itself is NOT stopped). confirm=True to execute. Synchronous (pmxcfs config write) — typically returns null, not a UPID. To re-add HA management use pve_ha_resource_add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest type: 'lxc' or 'qemu'. | lxc |
| vmid | Yes | Numeric VMID/CTID of the guest to remove from HA management. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the change. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |