pve_network_apply
Apply staged network configuration changes to a Proxmox node. Dry-run first to review pending interfaces; confirm to execute.
Instructions
MUTATION (HIGH RISK): apply staged network config changes to the live network stack. Dry-run by default — the PLAN surfaces pending interfaces. confirm=True to execute. A misconfigured interface can lose SSH/API access; recovery requires console/physical access. May return a UPID (async) or None (sync) — outcome='submitted' in either case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | 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 |