Skip to main content

Deleting a Project

Delete a project using the web UI

  1. Navigate to HomeProjects.

  2. Locate the project that you want to delete from the list of projects.

  3. On the far right side of the project listing, select Delete Project from the Options menu kebab.

  4. When the Delete Project pane opens, enter the name of the project that you want to delete in the field.

  5. Click Delete.

    Delete Project

Delete a project using the CLI

Delete Project

When you delete a project, the server updates the project status to Terminating from Active. Then, the server clears all content from a project that is in the Terminating state before finally removing the project. While a project is in Terminating status, you cannot add new content to the project. Projects can be deleted from the CLI or the web console.

You need to be logged in to the DSRI and copy the login command.

  • Run

    oc delete project <project_name>
  • Example

    oc delete project dsri-workshop