Files
cheatsheet-tldr/tldr/linux/qm-start
2025-11-23 00:23:40 +00:00

22 lines
504 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# qm start
> Start a virtual machine on QEMU/KVM Virtual Machine Manager.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_start>.
- 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}}`