> 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/cun-chu/removing-iso-refs.md).

# 删除带引用的 ISO 文件

当前被引用的 ISO 文件（已加载到虚拟机的 CD-ROM 驱动器中）在这些引用被移除之前无法删除。

错误： **媒体映像：字段“references”必须为空才能删除。** 当文件删除操作失败，因为该文件存在当前引用时，会出现此信息。

## 查看 ISO 文件的现有引用

1. 选择 **文件** 从顶部菜单。
2. 单击以 **选择所需的 ISO 文件。**
3. 单击 **查看引用** 在左侧菜单中。将出现一个列表页面，显示引用此 ISO 的 CD-ROM 驱动器。可以单击各个条目以访问编辑表单，在该表单中可修改媒体文件，必要时选择其他 ISO。下面的说明提供了一次性删除所有 ISO 引用的步骤。

## 移除 ISO 文件的所有引用

1. 选择 **文件** 从顶部菜单。
2. 单击 **移除引用** 左侧菜单中的。
3. 单击 **是** 以确认删除引用。删除所有引用后，可以使用 *删除* 左侧菜单中的选项从 vSAN 中删除该 ISO 文件。


---

# 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/cun-chu/removing-iso-refs.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.
