---
title: "Toggle Voice Dictionary Activation"
method: POST
path: "/v1/voice-agents/voice-dictionaries/toggle-activation"
---

# Toggle Voice Dictionary Activation

`POST /v1/voice-agents/voice-dictionaries/toggle-activation`

Activates or deactivates a voice dictionary for a specific voice agent.

## Request body

- ToggleActivationRequest
  - `dictionaryId` string, uuid, required — UUID of the voice dictionary.
  - `voiceAgentId` string, uuid, required — UUID of the voice agent.
  - `isActive` boolean, required — Activation status.

## Response `200`

Successful response

- ToggleActivationResponse
  - `success` boolean
  - `message` string
  - `messageKey` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Voice dictionary or voice agent not found
- `500` — Server Side Error

---

[API](https://skmtc.net/tryhamsa/apis/hamsa-api.md) · [All operations](https://skmtc.net/tryhamsa/apis/hamsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryhamsa/hamsa-api/versions/ecbeb5d8dc13/schema)
