pve_ha_rule_delete
Delete a Proxmox HA rule with a dry-run plan showing affected resources, then confirm to execute.
Instructions
MUTATION: delete an HA rule. Dry-run by default — the PLAN shows the current rule and that its resources lose this placement constraint (CRM may migrate them). confirm=True to execute. Synchronous (pmxcfs config write, no UPID) — no undo; re-create with pve_ha_rule_create to revert. RISK_MEDIUM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule | Yes | HA rule ID to delete. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the deletion. | |
| 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 |