gh pr revert

Revert a pull request

gh pr revert {<number> | <url> | <branch>} [flags]

Options

-b, --body <string>
Body for the revert pull request
-F, --body-file <file>
Read body text from file (use "-" to read from standard input)
-d, --draft
Mark revert pull request as a draft
-t, --title <string>
Title for the revert pull request

Options inherited from parent commands

-R, --repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format

See also