.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-mr-reopen - Reopen a merge request. .SH SYNOPSIS \fBglab mr reopen [\&... | \&...] [flags]\fP .SH DESCRIPTION You can reopen multiple merge requests by passing multiple IDs or branch names. .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 # Reopen merge request 123 glab mr reopen 123 # Reopen merge requests 123, 456, and 789 glab mr reopen 123 456 789 # Reopen merge requests from branches branch-1 and branch-2 glab mr reopen branch-1 branch-2 .EE .SH SEE ALSO \fBglab-mr(1)\fP