Manage your Cloud Development Environments

You manage your workspaces and verify their current states in the Workspaces page (https://<che_fqdn>/dashboard/#/workspaces) of your Che dashboard.

This page is for developers who create and use cloud development environments. To learn more about common roles and example tasks referenced in Che documentation, see Common user roles and tasks.

After you start a new workspace, you can perform the following actions on it in the Workspaces page:

Table 1. Basic actions you can perform on a workspace
Action GUI steps in the Workspaces page

Reopen a running workspace

Click Open.

Restart a running workspace

Go to > Restart Workspace.

Stop a running workspace

Go to > Stop Workspace.

Start a stopped workspace

Click Open.

Delete a workspace

Go to > Delete Workspace.

Each workspace is a Kubernetes DevWorkspace custom resource. You can also manage workspaces from the command line with kubectl or kubectl. See Managing workspaces with Kubernetes APIs.