Threads

Stop a thread's run

Stop a thread's in-flight run. Idempotent and best-effort: returns success even when the thread has no active run.

post/threads/{threadId}/stop

Path parameters

threadIdstring uuid required

Thread ID whose active run should be stopped.

Response

OK

{"stackTrail":"paths:/threads/{threadId}/stop:post:responses:200:content:application/json:schema:properties:success","oasType":"schema","type":"unknown","description":"Always true when the stop request was accepted."}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.