Откатить сайт на прошлую сборку
rollbackPut the previous working build back on the live address.
CHANGES WHAT VISITORS SEE — ask the person before calling unless they
asked for a rollback explicitly. The action is reversible (you can roll
forward again), but the time visitors spent on the wrong version cannot
be taken back.
⚠️ For apps (`ssr_next`, `node_web`, `python_web`, `streamlit`, `gradio`,
`flask`) a rollback works differently from static sites and is often
impossible: an app has no ready artifact to simply switch to. If the
platform refuses, explain that to the person plainly and suggest
rebuilding the earlier commit — do not repeat the call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploy | No | id of the build to roll back to. Without it the platform takes the nearest suitable earlier one. | |
| project | Yes | The project: its slug (`my-site`) or id, as listed by `my_projects`. The site address works too (`https://clear-garden-vypm.layero.app` or just `clear-garden-vypm`) — note that the address host is NOT always the slug. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| project | Yes | ||
| deploy_id | Yes | ||
| next_action | Yes |