---
title: "Restore a Release"
description: "Learn how to restore an archived release."
url: https://docs.sentry.io/product/releases/usage/restore-release/
---

# Restore a Release

You can restore archived releases using either [sentry.io](https://sentry.io) or the Sentry CLI.

## [Using Sentry.io](https://docs.sentry.io/product/releases/usage/restore-release.md#using-sentryio)

In [sentry.io](https://sentry.io), you can restore a release by clicking the context menu at the top of the page and selecting "Restore":

## [Using the CLI](https://docs.sentry.io/product/releases/usage/restore-release.md#using-the-cli)

In the CLI, restore a release by running this command:

```bash
sentry-cli releases restore VERSION
```
