pve_sdn_subnet_delete
Delete an SDN subnet from a vnet, with dry-run plan by default. Specify vnet and subnet CIDR to stage removal.
Instructions
MUTATION: delete an SDN subnet (PENDING). subnet is the id from pve_sdn_subnet_list.
To create a subnet instead use pve_sdn_subnet_create. Dry-run by default (returns a PLAN); confirm=True stages the removal and returns {status, result}; no config UNDO — re-create the subnet to revert. RISK_MEDIUM (staging a removal an apply would enact).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vnet | Yes | SDN vnet name the subnet belongs to. | |
| subnet | Yes | Subnet id (CIDR) from pve_sdn_subnet_list 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 |