Logo

Cancel the last active run of a conversation

POST
/conversations/{conversationId}/cancel-run
/conversations/{conversationId}/cancel-run

Path Parameters

conversationId
Required
integer

The unique identifier of the conversation.

curl -X POST "https://example.com/conversations/0/cancel-run"

Run canceled successfully