glab(1) glab(1)

glab-milestone-delete - Delete a milestone from a project or group.

glab milestone delete [flags]

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.

By default, the milestone is deleted from the current project. Use --project to target a different project, or --group to delete a group-level milestone. --project and --group are mutually exclusive.

--group="" The ID or URL-encoded path of the group.

--project="" The ID or URL-encoded path of the project.

-h, --help[=false] Show help for this command.

-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

# 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

glab-milestone(1)

Jun 2026 Auto generated by spf13/cobra