> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/run-the-platform/tenants/tenant-restores.md).

# Tenant Restores

Individual tenant restores can be obtained from system snapshots. Each tenant can also schedule/perform system snapshots of their own individual environment and restore directly from those snapshots with no intervention necessary from their VergeOS provider (parent).

A provider can restore a tenant from system snapshot **-OR-** can expose a system snapshot listing to a tenant allowing the tenant to perform a restore of their system from their own UI. (Enable ***Expose System Snapshots*** to allow a tenant to view/access to snapshots.)

## Restore an Existing Tenant from Snapshot

{% hint style="warning" %}
A tenant Restore from the tenant dashboard will overwrite everything within the existing tenant!
{% endhint %}

1. From the top menu click **Tenants** on the top menu.
2. Select **List**.
3. **Double-click the desired tenant** from the list.
4. If the tenant is online, it will need to be powered down before it can be restored from snapshot. Click **Power Off** on the left menu.
5. Wait for the ***Tenant Status*** to indicate *Offline*.
6. Click **Snapshots** on the left menu.
7. Click to **Select the desired snapshot** within the list.
8. Click **Restore** on the left menu.
9. A Warning message will appear to caution that this will overwrite the entire existing tenant. Click the **Proceed** button to continue/ **Cancel** to abort.

## Restore a Deleted Tenant from Snapshot

1. From the top menu, click **System**.
2. Select **System Snapshots**.
3. Click to **Select the desired snapshot** within the list. (Tenants that existed within the selected snapshot appear in the listing. A tenant that does not appear in the list was deleted prior to this time; check a previous snapshot.)
4. Click **View Tenants** on the left menu.
5. Click to **select the desired tenant** within the list.
6. Click **Recover** on the left menu.
7. ***Tenant Name*** will default to the original name but can be changed for the restore, if desired.
8. Click **Submit** The dashboard for the recovered tenant appears. When the status changes from "Provisioning" to **"Offline"** the **tenant can be powered on**.

Once a deleted tenant is restored, an IP address can be reassigned to it. For more information see: [**Assigning External IP Addresses to a Tenant**](/run-the-platform/tenants/assign-ip-to-tenant.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.vergeos-demo.com/run-the-platform/tenants/tenant-restores.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.
