pmg_postfix_flush
Flush all Postfix queues to trigger immediate re-delivery attempts. Dry-run by default; use confirm=True to execute.
Instructions
MUTATION (LOW): flush all Postfix queues (immediate re-delivery attempt). Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config.
Dry-run returns a PLAN; confirm=True executes and returns {"status": "ok", "result": ...}. Triggers redelivery attempts only — does not clear or drop queued mail. Check queue state with pmg_postfix_qshape before and after.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PMG node name; defaults to the configured node. | |
| 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 |