Skip to content

Rerequest a check suite

POST
/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest

Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the check_suite webhook event with the action rerequested. When a check suite is rerequested, its status is reset to queued and the conclusion is cleared.

API method documentation

owner
required
string

The account owner of the repository. The name is not case sensitive.

repo
required
string

The name of the repository without the .git extension. The name is not case sensitive.

check_suite_id
required
integer

The unique identifier of the check suite.

Response

Media type application/json
Empty Object

An object without any properties.

object
Examples
Example default
null