commands.sh

VBoxManage movevm

all

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

More info →

Examples (2)

Move the specified virtual machine to the current location

VBoxManage movevm vm_name

Specify the new location (full or relative pathname) of the virtual machine

VBoxManage movevm vm_name --folder path/to/new_location
made by @shridhargupta | data from tldr-pages