pbs_node_dns_set
Update DNS resolver configuration on a Proxmox Backup Server node. Dry-run by default; confirm=true executes the changes.
Instructions
MUTATION (MEDIUM): update DNS resolver configuration on a PBS node. Dry-run by default — the PLAN reads the node's current DNS config first (CAPTURE-or-declare). confirm=True executes (PUT /nodes/{node}/dns) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dns1 | No | Primary DNS resolver IP address. | |
| dns2 | No | Secondary DNS resolver IP address. | |
| dns3 | No | Tertiary DNS resolver IP address. | |
| node | No | PBS node name (or 'localhost'). | localhost |
| digest | No | Optional SHA256 config digest for optimistic-concurrency conflict detection. | |
| search | No | DNS search domain to set. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the DNS change. | |
| delete_props | No | Property names to clear. | |
| 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 |