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
| Name | In | Type | Required | Description |
|---|---|---|---|---|
org_id | path | `string | null` | yes |
conversation_id | path | string | yes | — |
X-Org-Id | header | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: stop_org_conversation_api_organizations__org_id__conversations__conversation_id__stop_post