pmg_action_delete
Remove an action object from the PMG RuleDB using its compound ID. Dry-run by default; set confirm=True to execute. Non-editable system objects cannot be deleted.
Instructions
MUTATION (MEDIUM): delete an action object from the PMG RuleDB. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: DELETE /config/ruledb/action/objects/{id}. id_: compound action object ID (e.g. '13_26') from pmg_action_objects_list. NOTE: PMG rejects deletion of non-editable (built-in) system action objects. Check 'editable' flag in pmg_action_objects_list before confirming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | 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 |