pve_sdn_vnet_firewall_rule_remove
Remove an SDN vnet firewall rule by position. Dry-run to preview; set confirm=true to execute and affect live guest traffic.
Instructions
MUTATION (LIVE/IMMEDIATE): delete a vnet firewall rule by position. Dry-run by default — the PLAN shows the rule at that position. RISK_MEDIUM floor. Synchronous — confirm=True returns {"status": "ok", "result": None}; no task UPID to poll.
Takes effect on live guest traffic THE INSTANT you confirm — no pve_sdn_apply gate, no pve_sdn_rollback coverage. Positions SHIFT after inserts/deletes. UNLIKE the guest/ cluster/node firewall family, this endpoint's reads never expose a digest (schema-verified) — the PLAN's captured rule is best-effort identity evidence only, not an optimistic lock; supply digest ONLY if you have one from out-of-band, and confirming with none (the default) is the normal, supported path. No UNDO — revert by re-adding the rule with pve_sdn_vnet_firewall_rule_add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | Yes | Rule position (0-based index) to delete. | |
| vnet | Yes | SDN vnet name. | |
| digest | No | OPTIONAL optimistic-lock passthrough, forwarded verbatim when given. NEVER required, NEVER derived: this endpoint's reads (rules list / rule get) expose no digest field on this schema at all (schema-verified), so the PLAN cannot supply one — pass a digest only if you obtained one out-of-band. | |
| confirm | No | Set True to execute the mutation; False (default) only returns a dry-run PLAN. | |
| 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 |