> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/api-reference/compute/zec/disk.md).

# Disk

<table><thead><tr><th data-type="content-ref">Operation</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/yJykGqGGLPz5Op8f9wqp">/pages/yJykGqGGLPz5Op8f9wqp</a></td><td>Queries regions that support cloud disk sales</td></tr><tr><td><a href="/pages/cXpIFDaxiqxCX8Y5ltDF">/pages/cXpIFDaxiqxCX8Y5ltDF</a></td><td>Queries the supported disk types in a zone</td></tr><tr><td><a href="/pages/y5clbNGyBSe73M4QjJjM">/pages/y5clbNGyBSe73M4QjJjM</a></td><td>Queries the price of creating a disk</td></tr><tr><td><a href="/pages/Fk6Vqd6fkPWjaNaGsAPL">/pages/Fk6Vqd6fkPWjaNaGsAPL</a></td><td>Queries the details of disks</td></tr><tr><td><a href="/pages/Hso3xDxSlpjrKrnCvdyi">/pages/Hso3xDxSlpjrKrnCvdyi</a></td><td>Creates one or more disks</td></tr><tr><td><a href="/pages/evimue0XGiuSUisdMZvr">/pages/evimue0XGiuSUisdMZvr</a></td><td>Attaches disks to instance</td></tr><tr><td><a href="/pages/N6W8fCtaXgTuCLB8t9vx">/pages/N6W8fCtaXgTuCLB8t9vx</a></td><td>Detaches one or more disks from an instance</td></tr><tr><td><a href="/pages/QtFMsC36iW3aLhpEOhtz">/pages/QtFMsC36iW3aLhpEOhtz</a></td><td>Modifies the attributes of one or more disks</td></tr><tr><td><a href="/pages/j53CId3Ymz2laSKLfvce">/pages/j53CId3Ymz2laSKLfvce</a></td><td>Expands a cloud volume to a specified size</td></tr><tr><td><a href="/pages/N8FRaaFdKJqzordxeraR">/pages/N8FRaaFdKJqzordxeraR</a></td><td>Releases a disk</td></tr><tr><td><a href="/pages/1tJHqp5Bgp6J28YX68eI">/pages/1tJHqp5Bgp6J28YX68eI</a></td><td>Restores a disk from the recycle bin</td></tr><tr><td><a href="/pages/2KYtiEXUZLA7fp21v0Ez">/pages/2KYtiEXUZLA7fp21v0Ez</a></td><td>Changes the resource group of disks</td></tr><tr><td><a href="/pages/zZ2veMdM0MFpE0YKBfgL">/pages/zZ2veMdM0MFpE0YKBfgL</a></td><td>Queries the disk performance metric data</td></tr><tr><td><a href="/pages/SsfisY1MC4qPUSdTqlAT">/pages/SsfisY1MC4qPUSdTqlAT</a></td><td>Inquires the price for expanding a cloud disk</td></tr></tbody></table>


---

# 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.console.zenlayer.com/api-reference/compute/zec/disk.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.
