pve_sdn_fabric_node_delete
Remove a node from an SDN fabric. Use confirm=true to stage the removal and apply later; false returns a dry-run plan.
Instructions
MUTATION: remove a node from an SDN fabric (PENDING). Upstream's own description for this endpoint says "Add a node" — a confirmed copy-paste bug; this deletes. NO digest and NO lock_token parameter exists for this endpoint at all (schema-verified).
Referential-integrity refusal is asserted BY ANALOGY only — Smoke-confirm. confirm=True stages the removal and returns {status, result}; no config UNDO — re-create the node to revert. RISK_MEDIUM (staging a removal an apply would enact).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| node_id | Yes | Existing fabric node id to remove. | |
| fabric_id | Yes | Existing SDN fabric id. | |
| 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 |