Tasks
task.stop
Stops a running task. The task status will change to stopped. A stopped task can still be resumed with task.sendMessage.
POST
StopTask
Questions or issues? Contact us at api-support@manus.ai.Documentation Index
Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for direct authentication. Provide either this or Authorization, not both. See Authentication.
Body
application/json
The unique identifier of the running task to stop. Supports the shortcut agent-default-main_task for the IM agent's main task.
Previous
task.deleteDeletes a task permanently. If the task is still running, use [task.stop](https://open.manus.ai/docs/v2/task.stop) first.
Next
StopTask