pve_node_dns_set
Update DNS resolver configuration on a Proxmox VE node. Requires explicit confirmation to apply changes that may affect cluster name resolution.
Instructions
MUTATION: update DNS resolver configuration on a PVE node.
RISK_MEDIUM (a wrong resolver config breaks name resolution cluster-wide — same failure mode as node hosts_set). CAPTURE: reads current DNS config before planning (reuse pve_node_dns read); if unreadable → complete=False. confirm=True to execute.
PUT /nodes/{node}/dns Smoke-confirm: endpoint and body shape not live-verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dns1 | No | ||
| dns2 | No | ||
| dns3 | No | ||
| node | No | ||
| search | No | ||
| confirm | 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 |