| glab(1) | glab(1) |
NAME
glab-mr-delete - Delete a merge request.
SYNOPSIS
glab mr delete [ | ] [flags]
DESCRIPTION
You can delete multiple merge requests by passing multiple IDs or branch names.
OPTIONS INHERITED FROM PARENT COMMANDS
-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.
EXAMPLE
glab mr delete 123 # Delete multiple merge requests by ID and branch name glab mr delete 123 branch-name 789 # Delete merge requests !1, !2, !3, !4, !5 glab mr delete 1,2,branch-related-to-mr-3,4,5 glab mr del 123 glab mr delete branch
SEE ALSO
| Jun 2026 | Auto generated by spf13/cobra |