P pattonb Active Member Oct 20, 2020 32 0 26 59 Aug 14, 2025 #1 What would be the reversal of a "qm set ......." of a hard disk ( pci pass through) ?
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,511 1,656 273 37 Vienna Aug 14, 2025 #2 you can remove a config line again with Code: qm set VMID -delete <config> so e.g. if you added a 'hostpci0' config you can do Code: qm set VMID -delete hostpci0 note that e.g. disks will be added as unusedX if you do this (only when the unused config is deleted, the underlying disk will be deleted)
you can remove a config line again with Code: qm set VMID -delete <config> so e.g. if you added a 'hostpci0' config you can do Code: qm set VMID -delete hostpci0 note that e.g. disks will be added as unusedX if you do this (only when the unused config is deleted, the underlying disk will be deleted)