pmg_who_group_delete
Delete a PMG 'who' object group and all its objects. Use pmg_who_groups_list to find the group ID. Confirm execution with confirm=True; dry-run by default.
Instructions
MUTATION (MEDIUM): delete a PMG RuleDB 'who' object group. Dry-run by default.
Irreversible — also removes every object within the group. List groups first with pmg_who_groups_list; to remove just one object instead use pmg_who_object_delete. confirm=True executes and returns {"status": "ok", "result": <PMG's raw API response>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ogroup | Yes | Numeric 'who' object group ID (e.g. '2') from pmg_who_groups_list. | |
| confirm | No | False (default) returns a dry-run PLAN; True executes the mutation. | |
| 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 |