Deleting Desktops
Permanently delete an individual desktop in a desktop pool or delete the desktop pool to end all desktops in the pool.
Deleting a desktop or a desktop pool has the following consequences:
- 
Desktop users lose access to their desktops instances permanently.
 - 
If you delete a pool, the service deletes all compute instances in the pool.
 - 
If you delete an individual desktop, the service deletes the associated compute instance.
 - 
You can choose whether to retain any storage volumes associated with the desktops. If you keep a storage volume, you can later delete the volume or attach it to a new desktop pool.
 
Deleting a desktop might cause data loss. The desktop immediately stops.
- Note
To perform this task, you must be the desktop administrator.- Open the navigation menu and select Compute. Under Secure Desktops, select Desktop Pools.
 - Under List scope, select the compartment that contains the desktop pool.
 - Select the desktop pool name.
 - 
To delete the entire desktop pool and end all desktops in the pool, follow these steps:
- Select Delete.
 - Read the confirmation warning, and then select Delete Desktop Pool.
 
 - 
To delete an individual desktop, follow these steps:
- Go to the Desktops section.
 - Select the desktop in the list.
 - Select Desktop actions and then select Delete.
 
 
Any storage associated with a deleted desktop is detached but not deleted. To delete the volume, see Deleting Inactive Storage Volumes.  - Use the desktop-pool delete command and required parameters to delete a desktop pool:
oci desktops desktop-pool delete --desktop-pool-id <ocid> [OPTIONS]Use the desktop delete command and required parameters to delete an individual desktop:oci desktops desktop delete --desktop-id <ocid> [OPTIONS]For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
 Run the DeleteDesktopPool operation to delete a desktop pool.
Run the DeleteDesktop operation to delete a desktop.