pve_firewall_ipset_delete
Delete a firewall IP set in Proxmox VE. Dry-run shows plan; use force to wipe members before deletion. Confirm to execute; no undo available.
Instructions
MUTATION: delete an IP set. Dry-run by default — the PLAN shows member count and the force semantics. force=True WIPES all members; PVE refuses while a rule references the set. Synchronous — confirm=True returns {"status": "ok", "result": None}; no task UPID to poll.
No UNDO: re-create it with pve_firewall_ipset_create and re-add members to revert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest kind for scope='guest': 'qemu' or 'lxc'. | |
| name | Yes | Name of the IP set to delete. | |
| node | No | Node name, required for scope='guest'. | |
| vmid | No | Guest VMID/CTID, required for scope='guest'. | |
| force | No | If True, wipe all member entries so the (now-empty) IP set can be deleted. | |
| scope | No | Firewall scope: 'cluster' or 'guest' (no node-scope ipsets in the PVE API). | cluster |
| 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 |