# revertTo

Description: revertTo cheatcode documentation

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/State-snapshots/revert-to.mdx

### Signature

```solidity
function revertTo(uint256 snapshotId) external returns (bool success);
```

### Description

`revertTo` is being deprecated in favor of `revertToState`. It will be removed in future versions.
