Moving a Desktop Pool Between Compartments
Move an existing desktop pool to a different compartment within the same tenancy by using Secure Desktops.
When you move a desktop pool, attached resources don't move to the new compartment. You can move these attached resources independently.
- 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.
- On the Desktop Pool Details page, select More actions and select Move resource.
- Enter the destination compartment and select Move resource. Otherwise, select Cancel to exit the operation.
- Use the desktop-pool change-compartment command and required parameters to move a desktop pool into a different compartment within the same tenancy:
oci desktops desktop-pool change-compartment --desktop-pool-id <ocid> --compartment-id <ocid> [OPTIONS]Where
--compartment-id <ocid>indicates the OCID of the compartment that will contain the desktop pool.For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the ChangeDesktopPoolCompartment operation to move a desktop pool into a different compartment within the same tenancy.