| title | `glab mr revoke` |
|---|---|
| stage | Create |
| group | Code Review |
| info | To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
Revoke approval on a merge request.
glab mr revoke [<id> | <branch>] [flags]
unapprove
# 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 -h, --help Show help for this command.
-R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.