Import a previously exported virtual machine (VM). More information: https://www.virtualbox.org/manual/ch08.html#vboxmanage-import.
VBoxManage import path/to/file.ovf
VBoxManage import path/to/file.ovf --name vm_name
VBoxManage import path/to/file.ovf --basefolder path/to/directory
VBoxManage import path/to/file.ovf --register
VBoxManage import path/to/file.ovf --dry-run
VBoxManage list ostypes
) for the imported VM:VBoxManage import path/to/file.ovf --ostype=ostype
VBoxManage import path/to/file.ovf --memory=1
VBoxManage import path/to/file.ovf --cpus=1