Persona
Patch Persona
This endpoint allows you to update specific fields of a persona using JSON Patch operations.
PATCH
Documentation Index
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
For AI agents, use
https://docs.tavus.io/openapi.yaml for the full HTTP API contract.Authorizations
Path Parameters
The unique identifier of the persona.
Example:
"pcb7a34da5fe"
Body
application/json
The operation to perform. Must be one of: add, remove, replace, copy, move, test
Available options:
add, remove, replace, copy, move, test Example:
"add"
JSON Pointer (RFC 6901) to a location in the persona document. Paths must match the current document shape—compare the response from Get Persona (GET /v2/personas/{persona_id}) before patching.
Example:
"/layers/llm/model"
The value to be used within the operation. This field is not required for the remove operation.
Example:
"tavus-llama-4"
Response
OK

