Manage your cloud development environments
Stop, restart, and delete cloud development environments from the Che dashboard to control resource usage and keep your environment organized. Access the Workspaces page at https://<che_fqdn>/dashboard/#/workspaces.
| Action | GUI steps in the Workspaces page |
|---|---|
Reopen a running cloud development environment |
Click Open. |
Restart a running cloud development environment |
Go to ⋮ > Restart Workspace. |
Stop a running cloud development environment |
Go to ⋮ > Stop Workspace. |
Start a stopped cloud development environment |
Click Open. |
Delete a cloud development environment |
Go to ⋮ > Delete Workspace. |
Each cloud development environment is an Kubernetes DevWorkspace custom resource. You can also manage cloud development environments from the command line with kubectl or kubectl. See Managing workspaces with Kubernetes APIs.
|