LinuxCommandLibrary

vboxmanage-unregistervm

Remove VM from VirtualBox registry

TLDR

Unregister VM

$ vboxmanage unregistervm [vmname]
copy
Unregister and delete files
$ vboxmanage unregistervm [vmname] --delete
copy

SYNOPSIS

vboxmanage unregistervm vmname [options]

DESCRIPTION

vboxmanage unregistervm removes a VM from VirtualBox registry. Without --delete, only removes registration while keeping files. With --delete, permanently removes all VM files.

PARAMETERS

--delete

Delete all VM files.

CAVEATS

The --delete option permanently removes VM files and cannot be undone.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community