pve_mapping_usb_update
Update a USB cluster mapping in Proxmox with optional dry-run planning. Requires confirmation to apply changes; existing VMs using the mapping may lose USB passthrough until restarted.
Instructions
MUTATION: update a USB cluster mapping. Dry-run by default (reads current config into the PLAN); confirm=True executes and returns {"status": "ok", "result": null} (no further payload). MEDIUM risk — a running VM holding this mapping may lose USB passthrough until restarted. No snapshot primitive; re-apply the captured config to revert, or use pve_mapping_usb_delete to remove the mapping outright.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map | No | USB device map string(s) defining the physical device(s) covered by this mapping | |
| digest | No | Optional config digest for optimistic-concurrency check against the current config | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the update | |
| mapping_id | Yes | ID of the existing USB cluster mapping to update | |
| description | No | Optional free-text description to set on the mapping | |
| 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 |