Skip to main content

Stop org conversation

POST /api/organizations/{org_id}/conversations/{conversation_id}/stop

Stop a running conversation and its runtime. Safely terminates active agent loops and shuts down the underlying runtime execution cell. Access Control: Requires VIEW_ORG_CONVERSATIONS permission (Admin or Owner role). Returns: Success message with stopped conversation details Raises: HTTPException: 404 if conversation not found HTTPException: 409 if conversation is not running HTTPException: 503 if runtime stop fails

Parameters

NameInTypeRequiredDescription
org_idpath`stringnull`yes
conversation_idpathstringyes
X-Org-Idheader`stringnull`no

Responses

StatusDescription
200Successful Response
422Validation Error

Operation ID: stop_org_conversation_api_organizations__org_id__conversations__conversation_id__stop_post