正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

glab repo delete

Delete an existing project on GitLab.

Synopsis

Delete an existing project on GitLab.

This permanently deletes the entire project, including:

  • The Git repository.
  • Issues and merge requests.
  • Wiki pages.
  • CI/CD pipelines and job artifacts.
  • Other project content and settings.

This action cannot be undone.

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

Examples

# 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

Options

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

Options inherited from parent commands

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