> ## 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 Agents Framework

> stop: Stop the scheduler.

# stop

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

> This is a method of the [**DeploymentScheduler**](../classes/DeploymentScheduler) class in the [**scheduler**](../modules/scheduler) module.

Stop the scheduler.

## Signature

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

### Returns

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

## Uses

* `is_alive`
* `logger.info`

## Used By

* [`Profiler.memory`](../functions/Profiler-memory)
* [`Profiler.memory_snapshot`](../functions/Profiler-memory_snapshot)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/scheduler.py#L118">
  `praisonai/scheduler.py` at line 118
</Card>
