Stop Thread Execution
Stop a running thread execution. This will stop the thread if it is currently running and mark it as cancelled.
Authentication
X-API-KEYstring
API Key authentication via header
Path parameters
thread_id
The unique thread ID to stop
Response
Thread cancelled successfully
message
Status message about the cancellation
status
New status of the thread (always ‘cancelled’)
stopped_at
ISO timestamp when thread was cancelled
thread_id
The thread ID that was cancelled
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error
502
Bad Gateway Error
