pbs_node_network_reload
Apply staged network configuration changes on a PBS node. Dry-run by default to preview changes; use confirm=true to execute, with connectivity-lockout risk.
Instructions
MUTATION (HIGH): apply staged network configuration changes on a PBS node — makes interfaces.new live. Dry-run by default. *** CONNECTIVITY-LOCKOUT RISK *** a misconfigured interface can drop SSH/API access; recovery requires console/physical access. confirm=True executes (PUT /nodes/{node}/network) and returns {"status": "ok", "result": None}. Review staged changes with pbs_node_network_list first; discard them instead with pbs_node_network_revert. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| confirm | No | False (default) returns a dry-run PLAN only; True applies the staged changes. | |
| 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 |