Managing Che server and Che dashboard workloads using the API

To manage Che server and Che dashboard workloads, use the Swagger web user interface to navigate the API.

Procedure
  • Navigate to the Swagger API web user interface:

    • https://<che_fqdn>/swagger (Che server)

    • https://<che_fqdn>/dashboard/api/swagger (Che dashboard)

DevWorkspace is a k8s object and manipulations should happen on the Kubernetes API level - Managing workspaces with Kubernetes APIs
Additional resources