@mastra/core
Version:
24 lines (14 loc) • 631 B
Markdown
> Discover all available pages from the documentation index: https://mastra.ai/llms.txt
# Mastra.getDeployer()
The `.getDeployer()` method is used to retrieve the deployer instance that has been configured in the Mastra instance.
## Usage example
```typescript
mastra.getDeployer()
```
## Parameters
This method doesn't accept any parameters.
## Returns
**deployer** (`MastraDeployer | undefined`): The configured deployer instance, or undefined if no deployer has been configured.
## Related
- [Deployment overview](https://mastra.ai/docs/deployment/overview)
- [Deployer reference](https://mastra.ai/reference/deployer)