---
title: "Update global mode"
method: PUT
path: "/mode"
tags: ["Modes (v1)"]
---

# Update global mode

`PUT /mode`

Update global mode. On success, echoes the original request back to the client.

## Query parameters

- `force` boolean

## Request body

- ModeUpdateRequest — Mode update request
  - `mode` string — Schema Registry operating mode

## Response `200`

The original request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity. Error code 42204 indicates an invalid mode. Error code 42205 indicates operation not permitted.
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error. Error code 50001 indicates a failure in the backend data store. Error code 50003 indicates a failure forwarding the request to the primary. Error code 50004 indicates unknown leader.

---

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