---
title: "Rerequest a check suite"
method: POST
path: "/repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"
tags: ["checks"]
---

# 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](https://docs.github.com/webhooks/event-payloads/#check_suite) event with the action `rerequested`. When a check suite is `rerequested`, its `status` is reset to `queued` and the `conclusion` is cleared.

## Path parameters

- `owner` string, required
- `repo` string, required
- `check_suite_id` integer, required

## Response `201`

Response

- EmptyObject — An object without any properties.

---

[API](https://skmtc.net/github/apis/api-github-com.md) · [All operations](https://skmtc.net/github/apis/api-github-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/api-github-com/revisions/a367f7028301/schema)
