pve_sdn_route_map_entry_delete
Delete a route-map entry by specifying its route map ID and order number. Use confirm=True to apply the change; dry-run by default for safe planning.
Instructions
MUTATION: delete a route-map entry (PENDING). Dry-run by default — the PLAN shows the current entry. If this is the LAST entry on this route-map id, whether PVE leaves an orphaned empty id or cleans it up automatically is UNDOCUMENTED (Smoke-confirm — no invented semantics). 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 |
|---|---|---|---|
| order | Yes | Entry position to delete (0-65535, required). | |
| 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. | |
| route_map_id | Yes | Existing SDN route map 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 |