pve_network_iface_update
Modify an existing Proxmox network interface configuration. Changes are staged and require confirmation to apply, allowing updates to address, netmask, bridge ports, and other options.
Instructions
MUTATION: update an existing network interface config (staged — not live until pve_network_apply).
Dry-run by default; confirm=True to execute. Synchronous.
options carries fields to update (address, netmask, bridge_ports, …).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| iface | Yes | ||
| confirm | No | ||
| options | 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 |