run_id. The run halts at the next graph step boundary; partial output already streamed to the client is preserved, the chat thread's checkpoint reflects state up to the last completed node, and the response log is updated with stopped_by_user=True.run_id that is not currently running (already completed, never existed, or finished between request and delivery) is a safe no-op; the response is still 202.curl --location --globoff --request POST 'https:///response-service/api/v2/agents//responses//stop-requests' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"data": {
"run_id": "5f4927bcdc8b36d22135e"
},
"message": "Stop requested",
"success": true
}