This endpoint allows you to update specific fields of a persona using JSON Patch operations.
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.
The unique identifier of the persona.
"pcb7a34da5fe"
The operation to perform. Must be one of: add, remove, replace, copy, move, test
add, remove, replace, copy, move, test "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.
"/layers/llm/model"
The value to be used within the operation. This field is not required for the remove operation.
"tavus-llama-4"
OK