> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ale.run/llms.txt
> Use this file to discover all available pages before exploring further.

# Version Rollback

> `ale` operates services based on container images, enabling quick rollbacks to previous versions when issues occur.

***

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/06_20.png" />
</Frame>

> To roll back your service, navigate to the Deployments tab in the service page and click the <Icon icon="ellipsis-vertical" size={15} color="9fa3a5" /> icon next to the desired deployment version.

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/rollback01.png" />
</Frame>

> Once the rollback is complete, you'll see the **Applied** status next to the selected deployment version.

<Tip>
  Before rolling back, check the commit messages to identify the version you want to restore.
</Tip>
