pve_sdn_fabric_delete
Delete an SDN fabric from Proxmox. Use 'confirm' to execute the deletion or false for a dry-run plan.
Instructions
MUTATION: delete an SDN fabric (PENDING). Upstream's own description for this endpoint says "Add a fabric" — a confirmed copy-paste bug; this deletes. NO digest and NO lock_token parameter exists for this endpoint at all (schema-verified — unlike every other delete on this SDN plane).
Referential-integrity refusal (e.g. an EVPN zone's own 'fabric' field still naming this fabric) is asserted BY ANALOGY to the zone/vnet precedent, not independently confirmed against this endpoint's own schema — Smoke-confirm. confirm=True stages the removal and returns {status, result}; no config UNDO — re-create the fabric to revert. RISK_MEDIUM (staging a removal an apply would enact).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fabric | Yes | Existing SDN fabric id to delete. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| 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 |