Register/Unregister a Virtual Machine
Registering a Virtual Machine
prlctl register <path>
Registers a virtual machine in Parallels Desktop. The <path> parameter specifies a path to the virtual machine file.
Optional Parameters
--uuid <UUID>
If included, the specified UUID will be assigned to the virtual machine. A UUID can be generated using console utilities like uuidgen(1)
in macOS. If this option is not included, the original UUID will be used.
--regenerate-src-uuid
If included, the virtual machine source ID will be automatically generated (the SMBIOS product ID will be changed as well).
--force
If included, all validation checks will be skipped.
Unregister a Virtual Machine
prlctl unregister <vm_id | vm_name>
Unregisters the specified virtual machine.
Last updated