Stop generating
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
deploymentId
Deployment ID
conversationId
Conversation ID (client-chosen UUID v4)
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error