> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# stop

> Stop the currently running agent

This method sends a stop request to the agent, terminating its current execution.
The agent will stop processing its current task immediately.

## Returns

[`AgentResponse`](/sdk-reference/misc/agentresponse.md): The response from the stop operation.

## Raises

* `ValueError`: If the agent hasn't been run yet (no agent\_id available).
