LinuxCommandLibrary

vboxmanage-list

List VirtualBox objects and information

TLDR

List all VMs

$ vboxmanage list vms
copy
List running VMs
$ vboxmanage list runningvms
copy
List host info
$ vboxmanage list hostinfo
copy
List OS types
$ vboxmanage list ostypes
copy
List extension packs
$ vboxmanage list extpacks
copy

SYNOPSIS

vboxmanage list what [options]

DESCRIPTION

vboxmanage list displays information about VirtualBox objects. Lists VMs, disk images, networks, and system information. Essential for discovering VM names and UUIDs.

PARAMETERS

vms

All registered VMs.
runningvms
Running VMs.
ostypes
Supported OS types.
hostinfo
Host system info.
hdds
Hard disk images.
dvds
DVD images.
extpacks
Extension packs.
groups
VM groups.
--long
Detailed output.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community