ALM used
GitLab
CI system used
GitLab CI
Scanner command used
sonar-scanner -Dsonar.qualitygate.wait=true
Languages of the repository
Java (or your actual language)
Error observed
I am unable to re-import a GitLab project into SonarCloud.
SonarCloud shows “Already imported”, but:
- The project is not visible in the Projects list
- I cannot access or delete it
Steps to reproduce
- I manually created a SonarCloud project for a GitLab repo (PaymentsApi)
- I deleted that project
- I connected (bound) my GitLab organization to SonarCloud
- I tried to import the same repository again
Expected behavior
The project should be available for import again after deletion.
Actual behavior
SonarCloud says the project is “Already imported”
Additional details
- Organization: avidi
- GitLab repository: PaymentsApi
It seems like there is a leftover ALM binding or hidden project.
Could you please remove the existing binding or project so I can re-import it?
This is blocking our CI setup, so any help is appreciated.
I also checked via SonarCloud API:
```bash
curl -u TOKEN: “https://sonarcloud.io/api/projects/search?organization=avidi&q=PaymentsApi”
Response:
{"paging":{"pageIndex":1,"pageSize":100,"total":0},"components":[]}
So the project is not returned by the Projects API, but the import UI still marks it as “Already imported”.