pve_group_delete
Delete a Proxmox group with a dry-run plan that warns about orphaned ACLs and members; confirm to execute.
Instructions
MUTATION (HIGH): delete a group. Dry-run by default — the PLAN reads members and warns ACLs granted to/on the group are orphaned (permanent, no undo). confirm=True executes and returns a dict; synchronous, no UPID. Use pve_group_get first to see current members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | False (default) returns a dry-run PLAN preview; True executes the mutation. | |
| groupid | Yes | Group id to delete. | |
| 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 |