SNA

Kill agent

Kill the agent process while preserving the session record.

POST
/agent/kill

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/kill"
{
  "status": "killed"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}