%all.entities; ]> August 2019 VBoxManage movevm VBoxManage-movevm 1 VBoxManage-movevm move a virtual machine to a new location on the host system Oracle VM VirtualBox VBoxManage movevm uuid vmname --type=basic --folder=folder-name Description The VBoxManage movevm command moves a virtual machine (VM) to a new location on the host system. When moved, all of the files that are associated with the VM, such as settings files and disk image files, are moved to the new location. The &product-name; configuration is updated automatically. uuid|vmname Specifies the Universally Unique Identifier (UUID) or name of the VM to move. Specifies that the type of the move operation is basic. Specifies a full path name or relative path name of the new location on the host file system. Examples The following command moves the ol7 VM to a new location on the host system. $ VBoxManage movevm ol7 --folder "/home/testuser/vms" --type basic 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% Machine has been successfully moved into /home/testuser/vms