Skip to main content
POST
/
agent
/
sessions
/
{id}
/
interrupt
Interrupt a running agent session
curl --request POST \
  --url https://api.getmembrane.com/agent/sessions/{id}/interrupt \
  --header 'Authorization: Bearer <token>'
{
  "interrupted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
interrupted
boolean
required