pmg_action_delete
Delete an action object from the PMG RuleDB with a dry-run by default. Confirm to execute the irreversible deletion.
Instructions
MUTATION (MEDIUM): delete an action object from the PMG RuleDB. Dry-run by default.
Irreversible. PMG rejects deletion of non-editable (built-in) system action objects — check the 'editable' flag via pmg_action_objects_list first. confirm=True executes and returns {"status": "ok", "result": <PMG's raw API response>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | Compound action object ID (e.g. '13_26') from pmg_action_objects_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 |