> 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/cn/networking/zga/accelerator.md).

# 加速器

| 接口名称                                                                                                               | 接口功能            |
| ------------------------------------------------------------------------------------------------------------------ | --------------- |
| [DescribeAccelerators](/api-reference/cn/networking/zga/accelerator/describeaccelerators.md)                       | 查看加速器列表         |
| [DescribeAcceleratorsAlerts](/api-reference/cn/networking/zga/accelerator/describeacceleratorsalerts.md)           | 查询加速器警报         |
| [DescribeAcceleratorLogs](/api-reference/cn/networking/zga/accelerator/describeacceleratorlogs.md)                 | 查询加速器日志         |
| [DescribeAcceleratorMetrics](/api-reference/cn/networking/zga/accelerator/describeacceleratormetrics.md)           | 查询加速器指标         |
| [DescribeAcceleratorTraffic](/api-reference/cn/networking/zga/accelerator/describeacceleratortraffic.md)           | 查询加速器带宽流量       |
| [CreateAccelerator](/api-reference/cn/networking/zga/accelerator/createaccelerator.md)                             | 创建加速器           |
| [DeleteAccelerator](/api-reference/cn/networking/zga/accelerator/deleteaccelerator.md)                             | 删除加速器           |
| [StartAccelerator](/api-reference/cn/networking/zga/accelerator/startaccelerator.md)                               | 重启加速器           |
| [RedeployAccelerator](/api-reference/cn/networking/zga/accelerator/redeployaccelerator.md)                         | 重新部署加速器         |
| [PauseAccelerator](/api-reference/cn/networking/zga/accelerator/pauseaccelerator.md)                               | 暂停加速器           |
| [ModifyAcceleratorDomain](/api-reference/cn/networking/zga/accelerator/modifyacceleratordomain.md)                 | 修改加速器域名         |
| [ModifyAcceleratorName](/api-reference/cn/networking/zga/accelerator/modifyacceleratorname.md)                     | 修改加速器名称         |
| [ModifyAcceleratorOrigin](/api-reference/cn/networking/zga/accelerator/modifyacceleratororigin.md)                 | 修改加速器源站         |
| [ModifyAcceleratorRule](/api-reference/cn/networking/zga/accelerator/modifyacceleratorrule.md)                     | 修改加速器加速规则       |
| [ModifyAcceleratorAccRegion](/api-reference/cn/networking/zga/accelerator/modifyacceleratorregion.md)              | 修改加速器加速区域       |
| [ModifyAcceleratorProtocolOpts](/api-reference/cn/networking/zga/accelerator/modifyacceleratorregion.md)           | 修改加速器加速规则协议可选配置 |
| [ModifyAcceleratorCertificate](/api-reference/cn/networking/zga/accelerator/modifyacceleratorcertificate.md)       | 修改加速器证书         |
| [ModifyAcceleratorHealthCheck](/api-reference/cn/networking/zga/accelerator/modifyacceleratorhealthcheck.md)       | 修改加速器健康检查       |
| [ModifyAcceleratorAccessControl](/api-reference/cn/networking/zga/accelerator/modifyacceleratoraccesscontrol.md)   | 修改加速器访问控制       |
| [ModifyAcceleratorRequestHeader](/api-reference/cn/networking/zga/accelerator/modifyacceleratorrequestheader.md)   | 修改加速器请求头        |
| [ModifyAcceleratorResponseHeader](/api-reference/cn/networking/zga/accelerator/modifyacceleratorresponseheader.md) | 修改加速器响应头        |
| [OpenAcceleratorAccessControl](/api-reference/cn/networking/zga/accelerator/openacceleratoraccesscontrol.md)       | 开启加速器访问控制       |
| [CloseAcceleratorAccessControl](/api-reference/cn/networking/zga/accelerator/closeacceleratoraccesscontrol.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.console.zenlayer.com/api-reference/cn/networking/zga/accelerator.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.
