> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/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/welcome/cn/pricing/general-lifecycle-rules/overdue-payment.md).

# 逾期支付

本文档说明了**自服务用户**在出现账单逾期时，Zenlayer 针对**订阅**（Subscription）与**按需计费**（Pay-as-you-go）两种服务模式的计费处理与资源管理策略。

## **订阅资源（Subscription）**

在存在逾期账单的情况下，现有订阅资源不会被停服，但其带宽将被限制为 1 Mbps，直至订阅期结束。在此期间，您将无法：

* 购买新的资源或服务；
* 升级现有资源配置。

对于订阅资源产生的按需数据流量超出部分（Data Transfer Overages），系统会在订阅到期前**限速处理**。

{% hint style="info" %} <mark style="color:blue;">**注意**</mark>

<mark style="color:blue;">订阅一旦到期，资源将</mark><mark style="color:blue;">**立即进入停用期**</mark><mark style="color:blue;">，</mark><mark style="color:blue;">**不设保护期**</mark><mark style="color:blue;">。</mark>
{% endhint %}

<table><thead><tr><th width="282.0894775390625">产品类型</th><th width="201.914794921875">停服期（Suspension）</th><th>回收机制（Recycle）</th></tr></thead><tbody><tr><td>裸金属服务器（Bare Metal）</td><td>72 小时</td><td>停用期结束后释放资源</td></tr><tr><td>虚拟机（Virtual Machine）</td><td>72 小时</td><td>停用期结束后释放资源</td></tr><tr><td>CDN 与全球加速（CDN &#x26; ZGA）</td><td>72 小时</td><td>停用期结束后释放资源</td></tr></tbody></table>

## **按需计费资源（Pay-as-you-go）**

当账户出现逾期，**所有按需资源将被暂停服务**。若长时间未付款，资源可能会被**强制释放**，建议确保账户余额充足以避免中断。

对于按需计费产生的数据流量超出部分，**在逾期后 24 小时内**将开始**限速处理**。

| 产品类型                  | 保护期（Protection） | 停服期（Suspension） | 回收机制（Recycle） |
| --------------------- | --------------- | --------------- | ------------- |
| AI 网关（AI Gateway）     | 无               | 72 小时（服务停止）     | 停用期结束后释放资源    |
| 弹性计算（Elastic Compute） | 2 小时            | 72 小时（服务停止）     | 停用期结束后释放资源    |
| 裸金属服务器（Bare Metal）    | 24 小时           | 72 小时（服务停止）     | 停用期结束后释放资源    |
| 云网络（Cloud Networking） | 24 小时           | 72 小时（网络断开）     | 停用期结束后释放资源    |
| CDN 与全球加速（CDN & ZGA）  | 24 小时           | 72 小时（网络断开）     | 停用期结束后释放资源    |

{% hint style="info" %} <mark style="color:blue;">**注意**</mark>

<mark style="color:blue;">建议参考以下文档以了解资源生命周期的完整流程：</mark>

* [<mark style="color:purple;">订阅资源生命周期阶段</mark>](/welcome/cn/pricing/general-lifecycle-rules/subscription-stages.md)
* [<mark style="color:purple;">按需计费资源生命周期阶段</mark>](/welcome/cn/pricing/general-lifecycle-rules/pay-as-you-go-stages.md)
  {% endhint %}


---

# 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/welcome/cn/pricing/general-lifecycle-rules/overdue-payment.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.
