Removing Devices from Virtual Machines
The --device-del option is used to remove virtual devices from a virtual machine.
Syntax
prlctl set <vm_ID|vm_name> --device-del <dev_name> [--detach-only|--destroy-image]
Options
Name
|
Description
|
<dev_name>
|
The name of the virtual device to delete from the virtual machine. To obtain the list of virtual devices, use the prlctl list -i command.
|
--detach-only
|
Deletes the information about the specified device from the virtual machine configuration.
|
--destroy-image
|
Deletes the information about the specified device from the virtual machine configuration and removes the device from the server.
|
|