Interrupt agent
Interrupt the current agent turn.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
session?string
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/agent/interrupt"{
"status": "interrupted"
}{
"status": "error",
"message": "string",
"stack": "string"
}{
"status": "error",
"message": "string",
"stack": "string"
}