---
title: "Update the instance-wide AI assistant setting (admin only)"
method: PATCH
path: "/users/ai-enabled"
tags: ["Users"]
---

# Update the instance-wide AI assistant setting (admin only)

`PATCH /users/ai-enabled`

Turning this off hides and blocks the assistant for every user, whatever their own preference says.

## Request body

- object
  - `enabled` boolean

## Response `200`

Setting updated.

## Other responses

- `403` — Not authorized.

---

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