Tool
lessly_get_deployment
Fetch the status and metadata of a single deployment.
Behavior
- Returns
-
{ deployment_id: string, state: 'queued' | 'building' | 'deploying' | 'ready' | 'failed' | 'canceled', commit_sha: string, commit_message: string, environment: string, url: string, started_at: string, finished_at: string }
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| deployment_id | string | • | Id returned by lessly_deploy or lessly_list_deployments. |
Try it
Check the status of deployment dpl_8x2k.