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

# How to Restore an Atoti application

After you checkpoint your application with system property `-XX:CRaCCheckpointTo=/path/to/crac/image`, you can
easily restore it with the following command:

```
java -XX:CRaCRestoreFrom=/path/to/crac/image
```

<Note>
  The restored application does not run with the same PID as the checkpointed application.
</Note>
