pmg_action_removeattachments_update
Update a remove-attachments action object in Proxmox Mail Gateway RuleDB. Modify properties like name, info, text, or quarantine. Dry-run by default; set confirm=true to apply.
Instructions
MUTATION (MEDIUM): update a remove-attachments action object in the PMG RuleDB. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: PUT /config/ruledb/action/removeattachments/{id}. id_: compound action object ID (e.g. '13_26') from pmg_action_objects_list. all_: maps to API param 'all' (bool). Only non-None fields are sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | ||
| all_ | No | ||
| info | No | ||
| name | No | ||
| text | No | ||
| confirm | No | ||
| quarantine | 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 |