pve_sdn_prefix_list_update
Update an existing SDN prefix list on a Proxmox VE cluster. Returns a dry-run plan by default; confirm execution to stage changes.
Instructions
MUTATION: update an SDN prefix list (PENDING). To create a new list use pve_sdn_prefix_list_create; to remove one use pve_sdn_prefix_list_delete. Dry-run by default (returns a PLAN); confirm=True stages the edit and returns {status, result}. RISK_LOW (staging; inert until pve_sdn_apply).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delete | No | Field(s) to unset — only 'entries' is a valid value on this endpoint. | |
| digest | No | Expected config digest for optimistic-concurrency checking. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| entries | No | Replacement entries array (whether this REPLACES or MERGES with existing entries by seq is undocumented in the schema — treat conservatively as a full REPLACE). | |
| 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 update. | |
| 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 |