cURL
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>" ] }
Requests that a running task be stopped gracefully.
Documentation IndexFetch the complete documentation index at: https://docs.maia.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
a valid bearer token
Task stop request accepted
Was this page helpful?