Deployment Status
varity_deploy_statusRetrieve the status of a specific deployment or list all recent deployments, displaying URL, status, framework, size, and creation time.
Instructions
List deployments or get status of a specific deployment. Shows URL, status, framework, size, and creation time. Use this when a developer asks about their deployments, wants to check status, or needs to find a deployment URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project directory path, only show deployments for this project | |
| limit | No | Maximum number of deployments to return (default: 10, max: 50) | |
| deployment_id | No | Specific deployment ID to check (optional, omit to list recent) |