> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# stop • AI Agent SDK

> stop: Stop tracking and display the flow.

# stop

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**FlowDisplay**](../classes/FlowDisplay) class in the [**flow\_display**](../modules/flow_display) module.

Stop tracking and display the flow.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def stop() -> Any
```

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>

## Uses

* `display`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/flow_display.py#L73">
  `praisonaiagents/flow_display.py` at line 73
</Card>
