pve_mapping_pci_delete
Delete a PCI cluster mapping in Proxmox. Dry-run returns a plan; confirm=True executes deletion. VMs referencing this mapping lose device path and may fail to start.
Instructions
MUTATION: delete a PCI 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 device path and may fail to start. No UNDO primitive — re-create with pve_mapping_pci_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 PCI 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 |