---
title: esc env rollback
url: /docs/esc/cli/commands/esc_env_rollback/
---

Roll back to a specific version

## Synopsis

Roll back to a specific version

This command rolls an environment's definition back to the specified
version. The environment's definition will be replaced with the
definition at that version, creating a new revision.

```
esc env rollback [<org-name>/]<environment-name>@<version> [flags]
```

## Options

```
  -h, --help   help for rollback
```

## Options inherited from parent commands

```
      --env string   The name of the environment to operate on.
```

## SEE ALSO

* [esc env](/docs/esc/cli/commands/esc_env/)	 - Manage environments


