glab-mr-revoke - Man Page
Revoke approval on a merge request.
Synopsis
glab mr revoke [ | ] [flags]
Description
Defaults to the currently checked-out branch.
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
# Revoke approval on a merge request glab mr revoke 123 glab mr unapprove 123 glab mr revoke branch # Revoke approval on the currently checked out branch glab mr revoke # Revoke approval on merge request 123 on branch 456 glab mr revoke 123 branch 456
See Also
Referenced By
Jun 2026 Auto generated by spf13/cobra