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
Changes
No recorded changes to this endpoint across all 4 revisions of this API.