glab-repo-delete - Man Page

Delete an existing project on GitLab.

Synopsis

glab repo delete [/] [flags]

Description

Delete an existing project on GitLab.

This permanently deletes the entire project, including:

This action cannot be undone.

Options

-y, --yes[=false] Skip the confirmation prompt and immediately delete the project.

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

Example

# 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

See Also

glab-repo(1)

Referenced By

glab-repo(1).

Mar 2026 Auto generated by spf13/cobra