pve_mapping_usb_delete
Remove a USB cluster mapping to disconnect USB devices from VMs. Dry-run by default; confirm to execute deletion. Recreate mapping to restore access.
Instructions
MUTATION: delete a USB cluster mapping. Dry-run by default (captures current config into the PLAN); confirm=True executes and returns {"status": "ok", "result": null} (no further payload). VMs referencing this mapping lose the USB device path and may fail to start. No UNDO primitive — re-create with pve_mapping_usb_create to restore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | False (default) returns a dry-run PLAN only; True executes the deletion | |
| mapping_id | Yes | ID of the USB cluster mapping 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 |