Tool
lessly_rollback
Promote a previous deployment back to production.
Re-promotes a known-good deployment to the live URL. No rebuild happens — the existing artifact is re-pointed, so rollback completes in seconds. The current production deployment remains queryable via lessly_list_deployments.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| app | string | • | Slug of the Lessly app. |
| deployment_id | string | — | Deployment to roll back to. If omitted, rolls back to the most recent ready deployment before the current production one. |
| reason | string | — | Free-text note attached to the rollback event for the audit log. |
Try it
Roll acme-store production back to deployment dpl_7w1j because checkout is broken.