pmg_domain_create
Create a managed mail domain. Dry-run returns a plan; set confirm=True to execute the actual creation.
Instructions
MUTATION (LOW): create a managed mail domain. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config.
domain: domain name to add (e.g. 'example.com'). Dry-run returns a PLAN; confirm=True executes and returns {"status": "ok", "result": ...}. Additive — reverse with pmg_domain_delete; list current domains with pmg_domains_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to add as a managed mail domain, e.g. 'example.com'. | |
| comment | No | Optional free-text comment stored with the domain. | |
| 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 |