SNA
엔드포인트 레퍼런스

에이전트 종료

세션 레코드는 유지하고 에이전트 프로세스를 종료합니다.

POST
/agent/kill

인증

bearerAuth
인증Bearer <token>

In: header

쿼리 파라미터

session?string

응답 본문

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"
}