LinuxCommandLibrary

vboxmanage-movevm

Move a virtual machine (VM) to a new location on the host system.

TLDR

Move the specified virtual machine to the current location

$ VBoxManage movevm [vm_name]
copy


Specify the new location (full or relative pathname) of the virtual machine
$ VBoxManage movevm [vm_name] --folder [path/to/new_location]
copy

Copied to clipboard