.nh .TH "glab" "1" "Jul 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-repo-delete - Delete an existing project on GitLab. .SH SYNOPSIS \fBglab repo delete [/] [flags]\fP .SH DESCRIPTION Delete an existing project on GitLab. .PP This permanently deletes the entire project, including: .IP \(bu 2 The Git repository. .IP \(bu 2 Issues and merge requests. .IP \(bu 2 Wiki pages. .IP \(bu 2 CI/CD pipelines and job artifacts. .IP \(bu 2 Other project content and settings. .PP This action cannot be undone. .SH OPTIONS \fB-y\fP, \fB--yes\fP[=false] Skip the confirmation prompt and immediately delete the project. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # 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 .EE .SH SEE ALSO \fBglab-repo(1)\fP