---
title: "Toggle the gate check run Entire posts on the pull request"
method: PATCH
path: "/api/v1/cache/{org}/{repo}/settings/gate-forge-check-run"
tags: ["Repo Settings"]
---

# Toggle the gate check run Entire posts on the pull request

`PATCH /api/v1/cache/{org}/{repo}/settings/gate-forge-check-run`

Suppresses or restores Entire's gate rollup check run on the GitHub PR. Gate enforcement itself is unaffected either way — this only controls whether the check run is posted.

## Path parameters

- `org` string, required
- `repo` string, required

## Query parameters

- `provider` 'gh' | 'et'

## Request body

- object
  - `enabled` boolean, required

## Response `200`

New setting value

- object
  - `enabled` boolean, required

## Other responses

- `400` — Invalid body
- `404` — Repository not found, or caller is not a repo admin (folded together)
- `502` — entire-api response normalization failed

---

[API](https://skmtc.dev/entire/apis/entire-api.md) · [All operations](https://skmtc.dev/entire/apis/entire-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/entire/entire-api/revisions/c3d737ae064e/schema)
