Starting or Stopping Desktops in a Desktop Pool
Start or stop an individual desktop or all desktops in a desktop pool using Secure Desktops.
- Note
To perform this task, you must be the desktop administrator. - Use the desktop-pool stop command and required parameters to stop a desktop pool:
oci desktops desktop-pool stop --desktop-pool-id <ocid> [OPTIONS]
Use the desktop stop command and required parameters to stop an individual desktop:oci desktops desktop stop --desktop-id <ocid> [OPTIONS]
Use the desktop-pool start command and required parameters to start a desktop pool:oci desktops desktop-pool start --desktop-pool-id <ocid> [OPTIONS]
Use the desktop start command and required parameters to start an individual desktop:oci desktops desktop start --desktop-id <ocid> [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the StopDesktopPool operation to stop a desktop pool.
Run the StartDesktopPool operation to start a desktop pool.
Run the StopDesktop operation to stop an individual desktop.
Run the StartDesktop operation to start an individual desktop.