pve_sdn_vnet_delete
Delete an SDN vnet in Proxmox VE. Dry-run returns a plan; confirm executes the deletion, which is blocked if any subnet references the vnet.
Instructions
MUTATION: delete an SDN vnet (PENDING). Dry-run by default — the PLAN shows the current vnet.
To create a vnet instead use pve_sdn_vnet_create. PVE refuses if a subnet still references it. confirm=True stages the removal and returns {status, result}; no config UNDO — re-create the vnet to revert. RISK_MEDIUM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vnet | Yes | Existing SDN vnet name to delete. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| 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 |