Virtual Machines

VM Lifecycle Reference

CreationDescription
VBoxManage createvmCreate VM in VirtualBox
New-VMCreate VM in Hyper-V
virt-installCreate VM in KVM
qemu-img createCreate virtual disk
StartupDescription
VBoxManage startvmStart VirtualBox VM
Start-VMStart Hyper-V VM
virsh startStart KVM VM
qemu-system-x86_64Launch QEMU VM
SnapshotsDescription
VBoxManage snapshotManage VirtualBox snapshots
Checkpoint-VMCreate Hyper-V checkpoint
virsh snapshot-create-asCreate KVM snapshot
Revert SnapshotRestore VM state
ManagementDescription
VBoxManage list vmsList VirtualBox VMs
Get-VMList Hyper-V VMs
virsh listList KVM VMs
VBoxManage unregistervmDelete VirtualBox VM