Make difference between VMs and Template VM

D

Deleted member 115820

Guest
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,

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
 
Ok, thanks.
I'm currently writing a script to delete all my VMs but not my templates