pmg_what_group_delete
Delete a PMG 'what' object group and all its contents. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION (MEDIUM): delete a PMG RuleDB 'what' object group. Dry-run by default.
Irreversible — also removes every object within the group. List groups first with pmg_what_groups_list; to remove just one object instead use pmg_what_object_delete. confirm=True executes and returns {"status": "ok", "result": <PMG's raw API response>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ogroup | Yes | Numeric 'what' object group ID (e.g. '8') from pmg_what_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 |