logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Unregister VM - Remove Virtual Machines | Online Free DevTools by Hexmos

Unregister a virtual machine with VBoxManage. Permanently remove VMs, delete associated files, and reclaim storage space. Free online tool, no registration required.

vboxmanage-unregistervm

Unregister a virtual machine (VM). More information: https://www.virtualbox.org/manual/ch08.html#vboxmanage-unregistervm.

  • Unregister an existing VM:

VBoxManage unregistervm {{uuid|vm_name}}

  • Delete hard disk image files, all saved state files, VM logs, and XML VM machine files:

VBoxManage unregistervm {{uuid|vm_name}} --delete

  • Delete all files from the VM:

VBoxManage unregistervm {{uuid|vm_name}} --delete-all

See Also