pve_sdn_zone_create
Stage a new SDN zone for later application. Dry-run returns a plan; confirm=true creates the pending zone.
Instructions
MUTATION: create an SDN zone (PENDING — inert until pve_sdn_apply, NOT applied here).
zone_type is simple/vlan/qinq/vxlan/evpn/faucet; options carries type-specific params. To
update an existing zone use pve_sdn_zone_update; to remove one use pve_sdn_zone_delete. Dry-run
by default (returns a PLAN); confirm=True creates the pending zone, returning {status, result}.
RISK_LOW (staging, no live network effect).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | New SDN zone id to create. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| options | No | Type-specific zone options (e.g. bridge, mtu, controller). | |
| zone_type | Yes | Zone type: simple, vlan, qinq, vxlan, evpn, or faucet. | |
| 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 |