Skip to main content
POST
/
v1
/
ai
/
agents
/
tasks
/
{taskId}
/
stop
Stop an AI Agent Task
curl --request POST \
  --url https://eu1.api.matillion.com/dpc/v1/ai/agents/tasks/{taskId}/stop \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>",
  "instance": "<string>",
  "status": 123,
  "title": "<string>",
  "type": "<string>",
  "violations": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.maia.ai/llms.txt

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

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

taskId
string<uuid>
required

Response

Task stop request accepted