.nh .TH "glab" "1" "Mar 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-repo-delete - Delete an existing repository on GitLab. .SH SYNOPSIS \fBglab repo delete [/] [flags]\fP .SH DESCRIPTION Delete an existing repository on GitLab. .SH OPTIONS \fB-y\fP, \fB--yes\fP[=false] Skip the confirmation prompt and immediately delete the repository. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # Delete a personal repository. $ glab repo delete dotfiles # Delete a repository in a GitLab group, or another repository # you have write access to: $ glab repo delete mygroup/dotfiles $ glab repo delete myorg/mynamespace/dotfiles .EE .SH SEE ALSO \fBglab-repo(1)\fP