lessly_get_deployment
Fetch the status and metadata of a single deployment.
Fetch the state, metadata, and URL of a single deployment. For a list of recent deployments, use lessly_list_deployments instead. Returns: { deployment_id, state: 'queued'|'building'|'deploying'|'ready'|'failed'|'canceled', commit_sha, commit_message, environment, url, started_at, finished_at }. Use to poll a deployment kicked off with wait=false.
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.