.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-milestone-delete - Delete a milestone from a project or group. .SH SYNOPSIS \fBglab milestone delete [flags]\fP .SH DESCRIPTION Delete a milestone, identified by its numeric ID, from a project or group. The milestone is removed; issues, merge requests, and epics that referenced it are no longer associated with it. .PP By default, the milestone is deleted from the current project. Use \fB--project\fR to target a different project, or \fB--group\fR to delete a group-level milestone. \fB--project\fR and \fB--group\fR are mutually exclusive. .SH OPTIONS \fB--group\fP="" The ID or URL-encoded path of the group. .PP \fB--project\fP="" The ID or URL-encoded path of the project. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # Delete a milestone from the current project glab milestone delete 123 # Delete a milestone from a different project glab milestone delete 123 --project owner/project # Delete a group milestone glab milestone delete 123 --group example-group .EE .SH SEE ALSO \fBglab-milestone(1)\fP