---
title: "Toggle pronunciation active status"
method: PATCH
path: "/pronunciations/{uuid}"
tags: ["customPronunciations"]
---

# Toggle pronunciation active status

`PATCH /pronunciations/{uuid}`

Enable or disable a pronunciation without deleting it. Inactive pronunciations are not used during synthesis.

## Path parameters

- `uuid` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `active` boolean, required — Set to false to disable, true to re-enable

## Response `200`

Pronunciation updated

- CustomPronunciationsUpdatePronunciationResponse200
  - `success` boolean
  - `item` CustomPronunciation
    - `uuid` string, uuid — Unique identifier for the pronunciation
    - `word` string — The word or phrase this pronunciation applies to
    - `status` 'pending' | 'ready' | 'failed' — Processing status. Only "ready" pronunciations are applied during synthesis.
    - `active` boolean — Whether this pronunciation is active and will be applied during synthesis
    - `audio_url` string, uri — URL to the uploaded reference audio
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

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