Stops a running task.
cURL
curl --request POST \ --url https://api.manus.ai/v2/task.stop \ --header 'Content-Type: application/json' \ --header 'x-manus-api-key: <api-key>' \ --data ' { "task_id": "<string>" } '
{ "ok": true, "request_id": "<string>" }
The unique identifier of the running task to stop.
Task stopped successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Was this page helpful?