# I restored a snapshot by mistake

Restoring a snapshot overwrites the contents of the CURRENT STATE with the contents of the selected snapshot. Before doing so, Nuvolos automatically creates a backup snapshot of the CURRENT STATE. To reverse the restoration, restore that backup snapshot.

For example, assume that your instance contains a snapshot named "*Snapshot1"*. If you restore Snapshot1 by mistake, the following two actions occur:

1. Nuvolos creates a backup snapshot of the CURRENT STATE containing its existing content, for example *"Snapshot1\_backup"*.
2. Nuvolos overwrites the contents of the CURRENT STATE with the contents of *"Snapshot1"*.

If you accidentally restored *"Snapshot1"* and want to reverse that action, restore *"Snapshot1\_backup"*. This will overwrite the **CURRENT STATE** again, restoring the content that was present before the first snapshot restoration.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nuvolos.com/help-and-reference/troubleshooting/content-troubleshooting/i-restored-a-snapshot-by-mistake.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
