pve_firewall_ipset_entry_remove
Remove an IP or CIDR entry from a Proxmox IP set. Dry-run shows the plan; confirm to execute.
Instructions
MUTATION: remove an IP/Network entry from an IP set. Dry-run by default — the PLAN shows the entry and warns it changes every referencing rule's match set (may open or close access). Synchronous — confirm=True returns {"status": "ok", "result": None}; no task UPID to poll.
No UNDO: revert by re-adding the entry with pve_firewall_ipset_entry_add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cidr | Yes | IP address or CIDR network of the member entry to remove. | |
| kind | No | Guest kind for scope='guest': 'qemu' or 'lxc'. | |
| name | Yes | Name of the IP set to remove the entry from. | |
| node | No | Node name, required for scope='guest'. | |
| vmid | No | Guest VMID/CTID, required for scope='guest'. | |
| scope | No | Firewall scope: 'cluster' or 'guest' (no node-scope ipsets in the PVE API). | cluster |
| digest | No | Optimistic-lock digest forwarded to PVE to abort if the set changed; this tool's PLAN does not surface a digest to copy (only the rule tools do). | |
| 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 |