Stop generating

View as Markdown

Ends the in-flight turn (“stop generating”): the sidecar stops the stream, persists the partial reply the user has seen, and best-effort signals the agent to abort (agents that don’t honor it keep running, but their output is discarded). Idempotent — safe to call when no turn is active. A conversation that is missing or owned by another user returns 404.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or platform session token

Path parameters

deploymentIdstringRequired
Deployment ID
conversationIdstringRequired

Conversation ID (client-chosen UUID v4)

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error