Skip to main content
POST
/
api
/
v1
/
agent-builder
/
{sessionId}
/
stop
Stop the current operation without ending the session. The session remains active and can accept new follow-ups.
curl --request POST \
  --url https://dashboard.sequentum.com/api/v1/agent-builder/{sessionId}/stop \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt

Use this file to discover all available pages before exploring further.

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

OK

Response from stopping the current operation

success
boolean
error
string | null