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