D Deleted member 115820 Guest Mar 24, 2021 #1 Hi, When I list all my VMs with Code: qm list how could I see if my VM is a template VM or a VM ? Thanks
Hi, When I list all my VMs with Code: qm list how could I see if my VM is a template VM or a VM ? Thanks
oguz Proxmox Retired Staff Retired Staff Nov 19, 2018 5,207 801 118 Mar 24, 2021 #2 hi, it seems this info is missing from the list output. if you'd like this feature feel free to make a request in https://bugzilla.proxmox.com but to give you a workaround: grep -R 'template: 1' /etc/pve/qemu-server/ should give you the list of VMs which are templates
hi, it seems this info is missing from the list output. if you'd like this feature feel free to make a request in https://bugzilla.proxmox.com but to give you a workaround: grep -R 'template: 1' /etc/pve/qemu-server/ should give you the list of VMs which are templates
D Deleted member 115820 Guest Mar 24, 2021 #3 Ok, thanks. I'm currently writing a script to delete all my VMs but not my templates