VirtualBox
Move VM
Move Virtual Machine
Move Virtual Machine
vboxmanage list vms
vboxmanage movevm myvmname --type basic --folder /myfolder/mysubfolder
Where myvmname is the vmname or the uuid as shown in the output from vboxmanage list vmsAnd /myfolder/mysubfolder represents the target directory (i.e. you will end up with a path like this: /myfolder/mysubfolder/myvmname)Note: movevm was introduced in VirtualBox 6, for earlier versions use the alternate GUI method (1)Bibliography & References
Bibliography & References
(1) https://www.techrepublic.com/article/how-to-move-virtualbox-vms-from-one-drive-to-another/ (alternate GUI method)https://forums.virtualbox.org/viewtopic.php?f=35&t=55003https://docs.oracle.com/en/virtualization/virtualbox/6.0/user/vboxmanage-movevm.htmlhttps://stackoverflow.com/questions/55485229/movevm-command-is-missing-in-vboxmanage