.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-release-delete - Delete a GitLab Release .SH SYNOPSIS .PP \fBglab release delete [flags]\fP .SH DESCRIPTION .PP Delete release assets to GitLab Release .PP Deleting a release does not delete the associated tag unless \fB\fC--with-tag\fR is specified. Maintainer level access to the project is required to delete a release. .SH OPTIONS .PP \fB-t\fP, \fB--with-tag\fP[=false] Delete associated tag .PP \fB-y\fP, \fB--yes\fP[=false] Skip confirmation prompt .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--help\fP[=false] Show help for command .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the \fB\fCOWNER/REPO\fR or \fB\fCGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .PP .RS .nf Delete a release (with a confirmation prompt') $ glab release delete v1.1.0' Skip the confirmation prompt and force delete $ glab release delete v1.0.1 -y Delete release and associated tag $ glab release delete v1.0.1 --with-tag .fi .RE .SH SEE ALSO .PP \fBglab-release(1)\fP