| title | `glab repo delete` |
|---|---|
| stage | Create |
| group | Code Review |
| info | To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
Delete an existing project on GitLab.
Delete an existing project on GitLab.
This permanently deletes the entire project, including:
- The Git repository.
- Issues and merge requests.
- Wiki pages.
- CI/CD pipelines and job artifacts.
- Other project content and settings.
This action cannot be undone.
glab repo delete [<NAMESPACE>/]<NAME> [flags]
# Delete a personal project.
glab repo delete dotfiles
# Delete a project in a GitLab group, or another project
# you have write access to:
glab repo delete mygroup/dotfiles
glab repo delete myorg/mynamespace/dotfiles -y, --yes Skip the confirmation prompt and immediately delete the project.
-h, --help Show help for this command.