pve_firewall_rule_remove
Delete a firewall rule at a specific position. Uses dry-run to preview the rule and its digest, then confirm with the digest to remove the correct rule despite shifting positions.
Instructions
MUTATION: delete a firewall rule by position. Dry-run by default — the PLAN shows the rule
at that position AND the optimistic-lock digest. Positions SHIFT after inserts/deletes — pass the
digest from the plan back as digest= on confirm so PVE rejects the delete if the rule list moved
since the preview (otherwise a concurrent insert can shift positions and remove the wrong rule).
Synchronous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | Yes | ||
| kind | No | ||
| node | No | ||
| vmid | No | ||
| scope | No | cluster | |
| digest | No | ||
| confirm | No | ||
| 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 |