I can create a project in Gerrit through:
ssh –p 29418 [ip-address] gerrit create-project --name [project-name]
But, how can I delete any p
Deleting the raw .git file from your repository and either flushing the changes or restarting the gerrit service worked for us.
Note: Make sure you dont have any pending reviews for the repository you are deleting.