Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete a Gitlab repository

I have googled a while now and could not find a solution that fits the current UI of Gitlab. I am trying to remove a repository I previously created on Gitlab. I navigate to edit project by clicking the settings cog on the right. After scrolling down to the bottom I can not find a section called remove project. Instead, I only see rename project. I should have the proper rights because I am the master of the project.

Any ideas?

like image 866
Schnodderbalken Avatar asked Feb 20 '17 22:02

Schnodderbalken


3 Answers

Go to Settings > Expand Advanced Settings > Remove Project

Remove Project from GitLab

like image 78
Riz Avatar answered Sep 21 '22 21:09

Riz


It seems like master privilege is not sufficient. An owner privilege is required to perform such actions.

like image 32
Schnodderbalken Avatar answered Sep 21 '22 21:09

Schnodderbalken


  1. Open project
  2. Setting (In the left sidebar)
  3. General
  4. Advanced Setting (Click on Expand)
  5. Remove Project (Bottom of the Page)
  6. Confirm (By typing project name and press Confirm button)
like image 20
Reza Mirzaei Avatar answered Sep 21 '22 21:09

Reza Mirzaei