pve_sdn_prefix_list_entry_delete
Delete a prefix-list entry from an SDN prefix list. Use dry-run to preview the removal; confirm=True stages the deletion.
Instructions
MUTATION: delete a prefix-list entry (PENDING). Dry-run by default — the PLAN shows the current entry (may fail to read if entry_id is stale — disclosed, not hidden). confirm=True stages the removal and returns {status, result}; no config UNDO — re-create the entry to revert. RISK_MEDIUM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| entry_id | Yes | OPAQUE entry path token (the schema's {url_seq}) — capture from a prior list/get read. | |
| lock_token | No | SDN cluster lock token to use for this write, if one is held. | |
| prefix_list | Yes | Existing SDN prefix list 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 |