Examples (7)
Set a name for a VM in the GUI
qm set 100 --name vm_nameSet a VM to autostart on boot
qm set 100 --autostart 0|1Set the allotted core count of a VM
qm set 100 --cores 4Set the allotted amount of memory
qm set 100 --memory 8192Give a VM a network device and bridge it to the host network
qm set 100 --net0 virtio|e1000|rtl8139|vmxnet3,bridge=vmbr0Delete a device
qm set 100 --delete device_name0,device_name1,...Passthrough a GPU device to the guest
qm set 100 --hostpci0 0000:00:02,x-vga=1 --bios ovmfmade by @shridhargupta | data from tldr-pages