Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-repo-delete - Delete an existing project on GitLab.

SYNOPSIS
     glab repo delete [[/]] [flags]

DESCRIPTION
     Delete an existing project on GitLab.

     Without an argument, targets the project for the current repository.

     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.

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)

Auto generated by spf13/cobra	    Aug 2026				 glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-repo-delete&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help