2025-03-14 21:59:59 -06:00
|
|
|
# qm start
|
|
|
|
|
|
|
|
|
|
> Start a virtual machine on QEMU/KVM Virtual Machine Manager.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_start>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start a specific virtual machine:
|
|
|
|
|
|
|
|
|
|
`qm start {{100}}`
|
|
|
|
|
|
|
|
|
|
- Specify the QEMU machine type (i.e. the CPU to emulate):
|
|
|
|
|
|
|
|
|
|
`qm start {{100}} --machine {{q35}}`
|
|
|
|
|
|
|
|
|
|
- Start a specific virtual machine with a timeout in 60 seconds:
|
|
|
|
|
|
|
|
|
|
`qm start {{100}} --timeout {{60}}`
|