Remove OpenShift Dev Spaces from your cluster

Remove OpenShift Dev Spaces and all related user data from your OpenShift cluster when you no longer need the platform or want to perform a clean reinstallation.

Before you begin

About this task

Warning

Uninstalling OpenShift Dev Spaces removes all OpenShift Dev Spaces-related user data.

Procedure

Remove the OpenShift Dev Spaces instance:
$ dsc server:delete
Tip

The --delete-namespace option removes the OpenShift Dev Spaces namespace.

The --delete-all option removes the Dev Workspace Operator and the related resources.

Important

Standard operating procedure (SOP) for removing Dev Workspace Operator manually without dsc is available in the OpenShift Container Platform official documentation.

Results

  • Verify that the OpenShift Dev Spaces namespace has been removed:
    oc get namespace openshift-devspaces

    The expected output is NotFound.