Skip to content
Letta Platform Letta Platform Letta Docs
Sign up

Cancel Conversation

post/v1/conversations/{conversation_id}/cancel

Cancel runs associated with a conversation.

Note: To cancel active runs, Redis is required.

Path ParametersExpand Collapse
conversation_id: string

The ID of the conv in the format 'conv-'

minLength41
maxLength41
Cancel Conversation
curl https://api.letta.com/v1/conversations/$CONVERSATION_ID/cancel \
    -X POST \
    -H "Authorization: Bearer $LETTA_API_KEY"
{
  "foo": "bar"
}
Returns Examples
{
  "foo": "bar"
}