pve_sdn_subnet_update
Update an SDN subnet in Proxmox VE with dry-run planning; confirm to stage changes.
Instructions
MUTATION: update an SDN subnet (PENDING). subnet is the id from pve_sdn_subnet_list.
To create a subnet use pve_sdn_subnet_create; to remove one use pve_sdn_subnet_delete. Dry-run by default (returns a PLAN); confirm=True stages the edit and returns {status, result}. RISK_LOW (staging).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vnet | Yes | SDN vnet name the subnet belongs to. | |
| delete | No | Subnet option keys to unset. | |
| digest | No | Expected config digest for optimistic-concurrency checking. | |
| subnet | Yes | Subnet id (CIDR) from pve_sdn_subnet_list to update. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| options | No | Subnet fields to set (gateway, snat, dhcp, 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 |