GLabGLab

glab repo delete

Delete an existing repository on GitLab.

Terminal
glab repo delete [<NAMESPACE>/]<NAME> [flags]

## Examples

Terminal
# 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

## Options

Terminal
  -y, --yes   Skip the confirmation prompt and immediately delete the repository.

## Options inherited from parent commands

Terminal
  -h, --help   Show help for this command.