pbs_node_network_iface_update
Update a PBS node's network interface configuration with dry-run preview. Confirm execution to stage changes for later reload.
Instructions
MUTATION (MEDIUM): update a network interface's configuration on a PBS node (staged — NOT live until pbs_node_network_reload). Dry-run by default — reads the interface's current config. Unlike PVE, PBS does not require re-sending 'type'. confirm=True executes (PUT /nodes/{node}/network/{iface}) and returns {"status": "ok", "result": None}. Apply with pbs_node_network_reload (RISK_HIGH) or discard with pbs_node_network_revert. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| iface | Yes | Existing network interface name to update. | |
| digest | No | Optional SHA256 config digest for optimistic-concurrency conflict detection. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the update. | |
| options | No | Interface fields to change (cidr, gateway, bridge_ports, mtu, autostart, comments, ...) forwarded verbatim. | |
| iface_type | No | Interface type: one of loopback, eth, bridge, bond, vlan, alias, unknown; omit to leave unchanged. | |
| 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 |