Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delete a project from SonarQube

Tags:

sonarqube

Does anyone know how to delete a project from a SonarQube server?

Thanks, Ronen.

like image 499
rperez Avatar asked Sep 07 '10 11:09

rperez


People also ask

How do you remove a project?

To delete a project, first load the project in the source editor by choosing the project from the file manager tree. Click on the File menu on the Editor tab above the source editor. In the File menu, select Delete Project. All project source code and data will be deleted after you confirm the deletion.

What is the easiest way to delete a project?

In the project list, select the project that you want to delete, and then click Delete. In the dialog, type the project ID, and then click Shut down to delete the project.

Where are project settings in SonarQube?

A project-level Background Tasks page is available at Project Settings > Background Tasks to allow project administrators to check their projects' processing. It offers analysis report details and logs.


2 Answers

You have 2 ways to delete a project:

  • If you are an admin of the project, you can delete it from its configuration actions

    => See "Deleting a project" in the "Project Administration" documentation page

  • If you are a SonarQube administrator, then you can also delete a project from the "Project Management" page

    => See "Project Management/Project Existence" documentation page

like image 163
Shawn Vader Avatar answered Nov 03 '22 22:11

Shawn Vader


Updated for Sonar 2.11:

  • Select the project (from the home page)
  • Then click on the Project Deletion link on the bottom of the left panel
  • Finally, confirm using the Delete Project button
like image 35
Maxime Sinclair Avatar answered Nov 03 '22 21:11

Maxime Sinclair