Skip to main content
POST
/
api
/
v1
/
agent-builder
/
{sessionId}
/
stop
Stop and clean up a session, releasing all associated resources
curl --request POST \
  --url https://api.example.com/api/v1/agent-builder/{sessionId}/stop \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Authorizations

Authorization
string
header
required

API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"

Authorization
string
header
required

OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"

Path Parameters

sessionId
string
required

The session ID

Response

No Content