Skip to main content
POST
/
v2
/
deployments
/
{deployment_id}
/
conversations
/
{conversation_id}
/
end
End Deployment Conversation
curl --request POST \
  --url https://tavusapi.com/v2/deployments/{deployment_id}/conversations/{conversation_id}/end
{
  "conversation_id": "<string>",
  "status": "ended"
}
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Path Parameters

deployment_id
string
required
conversation_id
string
required

Response

Conversation ended

conversation_id
string
status
string
Example:

"ended"