---
title: "Set Bot Repo Enabled"
method: PATCH
path: "/github-app/bot-repos/{repo_id}/enabled"
tags: ["github-app"]
---

# Set Bot Repo Enabled

`PATCH /github-app/bot-repos/{repo_id}/enabled`

Flip ``repos.bot_enabled`` for a repo covered by one of the
caller's claimed bot installations.

The DB toggle wins over ``.repowise/bot.yaml { enabled: ... }`` — the
bot checks this column before fetching the YAML, so a reviewer can
silence a noisy repo without opening a PR.

## Path parameters

- `repo_id` string, required

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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