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

# 租户恢复

单个租户的恢复可从系统快照中获取。每个租户还可以为其各自的独立环境安排/执行系统快照，并直接从这些快照中恢复，无需其 VergeOS 提供方（上级）介入。

提供方可以从系统快照中恢复租户 **—或—** 可以向租户公开系统快照列表，使租户能够通过自己的 UI 执行其系统的恢复。（启用 ***显示系统快照*** 以允许租户查看/访问快照。）

## 从快照恢复现有租户

{% hint style="warning" %}
从租户仪表板执行租户恢复将覆盖现有租户中的所有内容！
{% endhint %}

1. 从顶部菜单中单击 **租户** 在顶部菜单中。
2. 选择 **列表**.
3. **双击所需租户** 在列表中。
4. 如果租户处于在线状态，则需要先将其关闭电源，然后才能从快照恢复。单击 **关闭电源** 左侧菜单中的。
5. 等待 ***租户状态*** 显示 *离线*.
6. 单击 **快照** 左侧菜单中的。
7. 单击以 **选择所需快照** 在列表中。
8. 单击 **恢复** 左侧菜单中的。
9. 将出现一条警告消息，提醒这将覆盖整个现有租户。单击 **继续** 按钮以继续/ **取消** 以中止。

## 从快照恢复已删除的租户

1. 在顶部菜单中，单击 **系统**.
2. 选择 **系统快照**.
3. 单击以 **选择所需快照** 在列表中。（所选快照中存在的租户会出现在列表中。未出现在列表中的租户是在此之前删除的；请检查更早的快照。）
4. 单击 **查看租户** 左侧菜单中的。
5. 单击以 **选择所需租户** 在列表中。
6. 单击 **恢复** 左侧菜单中的。
7. ***租户名称*** 将默认使用原名称，但如有需要，可在恢复时更改。
8. 单击 **提交** 恢复的租户仪表板将会显示。当状态从“Provisioning”变为 **“离线”** 该 **租户可以开机**.

一旦已删除的租户恢复后，就可以重新分配 IP 地址给它。更多信息请参见： [**为租户分配外部 IP 地址**](/run-the-platform/zh/zu-hu/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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/zh/zu-hu/tenant-restores.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
