pmg_mynetworks_remove
Remove a CIDR from the PMG mynetworks trusted relay list. Internal senders in the removed range become subject to spam filtering. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION (MEDIUM): remove a CIDR from the PMG mynetworks trusted relay list. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config.
Internal senders in the range become subject to spam filtering after removal. No UNDO primitive; re-add with pmg_mynetworks_add if needed. Dry-run returns a PLAN; confirm=True executes and returns {"status": "ok", "result": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cidr | Yes | Network in CIDR notation to remove from the trusted mynetworks 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 |