> 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/xu-ni-ji/vm-manual-migration.md).

# 手动 VM 迁移

迁移 VM 会将其从一个主机节点上运行转移到另一个主机节点上运行，同时保持 VM 运行。在 VergeOS 更新期间以及将节点置于维护模式时（前提是系统资源足够），迁移操作会自动处理。必要时，也可以手动迁移 VM。

## 迁移单个 VM

1. 导航到单个 **虚拟机仪表板**.
2. 单击 **迁移** （在左侧菜单中的“操作”下）。
3. 默认选项 --auto-- 会根据资源平衡自动选择一个迁移目标节点。您也可以选择首选节点，以指定您希望迁移到的特定节点。
4. 单击 **迁移** 用于开始该过程的按钮。

在 VM 迁移期间，VM 仪表板左上角的状态字段将显示迁移进度。迁移到目标后，状态将恢复为“Running”。此外， *主机节点* 字段将更新以反映新的节点。

## 同时迁移多个 VM

1. 转到 Machines > Virtual Machines（这将显示 VM 列表。）
2. 选择所需的 VM。（选中的 VM 将显示一个勾选标记。）
3. 单击 **迁移** 用于开始该过程的按钮。
4. 默认选项 --auto-- 会根据资源平衡自动将 VM 迁移到各节点。您也可以选择首选节点。（一次迁移多个 VM 时，可能无法全部迁移到同一个首选节点。）
5. 单击 **迁移** 用于开始该过程的按钮。

状态字段列（最左侧）将指示某个 VM 何时处于 *迁移中* 并显示进度百分比。状态将恢复为 *运行中* 当某个 VM 完成迁移到目标后。该 *主机节点* 字段（最右侧）也会更新，以反映 VM 正在运行的新节点。


---

# 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/xu-ni-ji/vm-manual-migration.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.
