glab-milestone-delete - Man Page
Delete a group or project milestone.
Synopsis
glab milestone delete [flags]
Description
Delete a group or project milestone.
Options
--group="" The ID or URL-encoded path of the group.
--project="" The ID or URL-encoded path of the project.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
- -R, ā--repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
- format. Also accepts full URL or Git URL.
Example
# Delete milestone for the current project $ glab milestone delete 123 # Delete milestone for the specified project $ glab milestone delete 123 --project project-name # Delete milestone for the specified group $ glab milestone delete 123 --group group-name
See Also
Referenced By
Nov 2025 Auto generated by spf13/cobra