pve_sdn_vnet_update
Modify an SDN vnet by setting or removing configuration options such as tag, alias, or vlanaware. Preview changes with a dry-run plan, then confirm to stage the update.
Instructions
MUTATION: update an SDN vnet (PENDING — inert until pve_sdn_apply).
options sets fields (tag/alias/vlanaware/etc), delete removes keys. To create a vnet use
pve_sdn_vnet_create; to remove one use pve_sdn_vnet_delete. Dry-run by default (returns a
PLAN); confirm=True stages the edit and returns {status, result}. RISK_LOW (staging, no live
network effect).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vnet | Yes | Existing SDN vnet name to update. | |
| delete | No | Vnet option keys to unset. | |
| digest | No | Expected config digest for optimistic-concurrency checking. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| options | No | Vnet fields to set (tag, alias, vlanaware, etc). | |
| 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 |