> ## 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.

# deploy • AI Agents Framework

> deploy: Execute deployment. Returns True on success, False on failure.

# deploy

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

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

Execute deployment. Returns True on success, False on failure.

## Signature

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

### Returns

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

## Used By

* [`DeploymentScheduler.deploy_once`](../functions/DeploymentScheduler-deploy_once)

## Source

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