pmg_what_object_delete
Delete an object from a PMG RuleDB 'what' object group. Dry-run by default; use confirm=True to execute.
Instructions
MUTATION (MEDIUM): delete an object from a PMG RuleDB 'what' object group. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: DELETE /config/ruledb/what/{ogroup}/objects/{id}. ogroup: numeric ID string (e.g. '8') from pmg_what_groups_list. id_: object ID (numeric string) from pmg_what_group_objects. Object DELETE always goes through /objects/{id} regardless of type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | ||
| ogroup | Yes | ||
| confirm | No | ||
| 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 |