pve_firewall_security_group_delete
Delete a cluster security group in Proxmox VE. Dry-run by default shows a plan; set confirm=True to execute. Group must be empty and unused to proceed.
Instructions
MUTATION: delete a cluster security group. Dry-run by default — the PLAN shows how many rules the group holds. PVE refuses while the group is non-empty or still referenced by a rule. Synchronous — confirm=True returns {"status": "ok", "result": None}; no task UPID to poll.
No UNDO: re-create it with pve_firewall_security_group_create and re-add its rules to revert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Name of the cluster security group to delete. | |
| 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 |