Patch Deployment
Deployments
Patch Deployment
Apply a JSON Patch array to the deployment document.
Send the ETag from GET as If-Match for optimistic concurrency.
PATCH
Patch Deployment
For AI agents, use
https://docs.tavus.io/openapi.yaml for the full HTTP API contract.Authorizations
Headers
ETag from a prior GET response.
Path Parameters
Body
application/json
Example:
[
{
"op": "replace",
"path": "/name",
"value": "Support widget"
}
]Response
Updated deployment
A managed deployment. See Deployments overview.
Example:
"d1234567890abcdef"
PAL that powers the deployment.
Example:
"pcb7a34da5fe"
Available options:
widget, embed, landing-page Available options:
draft, active, inactive Removed. Use thumbnail_video_url and thumbnail_image_url instead.
URL for the face preview video thumbnail.
URL for the face preview image thumbnail.

