vboxmanage-movevm
Relocate VirtualBox VM files
TLDR
Move VM to new folder
$ vboxmanage movevm [vmname] --folder [path]
Move with specific type$ vboxmanage movevm [vmname] --type basic --folder [path]
SYNOPSIS
vboxmanage movevm vmname [options]
DESCRIPTION
vboxmanage movevm relocates a VM to a different folder. Moves all VM files including virtual disks. VM must be powered off.
PARAMETERS
--folder path
Destination folder.--type type
Move type (basic).
SEE ALSO
vboxmanage(1), vboxmanage-clonevm(1)
