---
title: "PUT /mode"
method: PUT
path: "/mode"
tags: ["Mode"]
---

# PUT /mode

`PUT /mode`

Updates the global mode for Schema Registry. This operation is allowed only if Schema Registry was started with mode.mutability=true.

## Query parameters

- `force` boolean

## Request body

- ModeUpdateRequest
  - `mode` string, required — The new global mode to set.

## Response `200`

Returns the updated global mode.

- ModeUpdateResponse
  - `mode` 'READWRITE' | 'READONLY' | 'IMPORT', required — Current operating mode of the registry.

## Other responses

- `422` — Error returned by the Schema Registry API
- `500` — Error returned by the Schema Registry API

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-confluent-compatibility-api.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-confluent-compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-confluent-compatibility-api/versions/933e587f2d85/schema)
