pve_sdn_prefix_list_delete
Delete an SDN prefix list. Dry-run returns a plan of the current list; set confirm=true to stage removal, risking failure if other resources reference the list.
Instructions
MUTATION: delete an SDN prefix list (PENDING). Dry-run by default — the PLAN shows the current list.
Referential-integrity refusal (e.g. a fabric's route_filter still naming this list) 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 list 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. | |
| lock_token | No | SDN cluster lock token to use for this write, if one is held. | |
| prefix_list | Yes | Existing SDN prefix list id to delete. | |
| 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 |