pve_sdn_fabric_node_update
Updates an existing SDN fabric node's settings. Dry-run returns a plan; use confirm=true to stage the change for later apply.
Instructions
MUTATION: update a fabric node (PENDING). To create a new node use pve_sdn_fabric_node_create; to remove one use pve_sdn_fabric_node_delete. Dry-run by default (returns a PLAN); confirm=True stages the edit and returns {status, result}. RISK_LOW (staging; inert until pve_sdn_apply).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delete | No | Field name(s) to unset — the valid enum is protocol-conditional (interfaces/ip/ip6 for bgp/openfabric/ospf; allowed_ips/endpoint/interfaces/ip/ip6/peers for wireguard). | |
| digest | No | Expected config digest for optimistic-concurrency checking. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| node_id | Yes | Existing fabric node id to update. | |
| options | No | Protocol-conditional fields to set (interfaces, ip, ip6, peers, allowed_ips, endpoint, public_key, role). | |
| protocol | Yes | Fabric routing protocol — REQUIRED on update too (the schema requires restating it). Whether passing a DIFFERENT protocol re-types the node or is rejected is undocumented — forwarded verbatim. | |
| fabric_id | Yes | Existing SDN fabric id. | |
| lock_token | No | SDN cluster lock token to use for this write, if one is held. | |
| 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 |