pve_sdn_zone_update
Update an existing SDN zone by setting specified options or deleting keys. Dry-run returns a plan; confirm=true executes the mutation.
Instructions
MUTATION: update an SDN zone (PENDING). options sets fields; delete unsets keys.
To create a new zone use pve_sdn_zone_create; to remove one use pve_sdn_zone_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 |
|---|---|---|---|
| zone | Yes | Existing SDN zone id to update. | |
| delete | No | Zone 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 | Zone fields to set (type-specific, e.g. bridge, mtu, controller). | |
| 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 |