pve_network_apply
Apply staged network configuration changes to the live network stack. Dry-run by default; set confirm=True to commit.
Instructions
MUTATION (HIGH RISK): apply staged network config changes to the live network stack.
Stage changes first with pve_network_iface_create / pve_network_iface_update — this applies whatever is currently staged; for SDN changes use pve_sdn_apply instead (a separate, cluster-scoped commit). Dry-run by default — the PLAN surfaces pending interfaces. confirm=True executes with no automatic undo; a misconfigured interface can lose SSH/API access, requiring console/physical access to recover. May return a UPID (async) or None (sync) — outcome='submitted' in either case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Node to apply staged network config on; defaults to the configured node. | |
| confirm | No | False (default) returns a dry-run PLAN only; True applies the staged config to the live network stack. | |
| 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 |