# 按需计费阶段

* 保护期：服务继续、计费继续
* 停服期：暂停服务、暂停计费
* 回收期：资源永久回收，数据全部销毁

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

<mark style="color:blue;">实际的阶段因不同资源而异。请参阅具体资源的详细信息。</mark>
{% endhint %}

<table><thead><tr><th width="142.5">阶段</th><th>描述</th></tr></thead><tbody><tr><td>余额充值</td><td>您需要先<a href="/pages/kNkrbOhSsvBXJvkEr1Tt">充值余额</a>以确保账户具有购买力。购买服务后，系统会生成账单并进行扣款。</td></tr><tr><td>资源创建</td><td>您在 zenConsole 上有多种资源创建选项，如资源规格、网络和其他附加组件。您无需为所有这些资源和服务付费。当资源创建完成后，您可以直接激活按需付费资源。<br>按需付费资源创建时，将"冻结"一个计费增量的<a href="/pages/ifnTt3dPwex1dQphJmbp#temporary-hold">冻结金</a>。</td></tr><tr><td>资源使用中</td><td><ul><li>您可以随时删除按需付费资源。通常，删除的资源将在 24 小时内被保留，之后才会释放。如有需要，您仍然可以恢复它们。</li><li>如果当前网络配置无法满足您的需求，您可以升级或降级配置。详情请参阅<a href="/pages/5386nyWLXFQLGqttFTsI#upgrades-and-downgrades">升级与降级</a>。</li></ul></td></tr><tr><td>费用扣除</td><td><p>当一个计费增量结束时，系统会根据按秒计费自动扣除相应的费用。每个计费增量中的费用将按秒比例计算，即根据您占整个计费增量的比例扣除费用。<br></p><p>例如，您在 10:58:10 创建了一个按需付费实例，每小时费用为 $1。由于系统在整点扣费，因此在 11:00:00 时，您将被收取 $1 × (60 + 50)/(1 × 60 × 60) = $0.03。</p><ul><li><em>我们实际上计算到小数点后六位。任何差异累积到 $0.01 时才会被扣除。</em></li><li><em>您的冻结金将用于抵扣欠款。</em></li></ul><p>如果余额充足，扣款成功并生成账单。</p><p>如果余额不足，扣款仍然成功（可能是负值）并生成账单。您的资源将根据服务类型进入保护期或直接进入停服阶段。</p></td></tr><tr><td>资源保护</td><td><ul><li>在保护期内，您的资源不会停止，仍然可用，但会继续产生费用。</li><li><p>保护期时长因服务类型而异：</p><ul><li><strong>AI</strong>：无保护期，资源将立即进入停服阶段。</li><li><strong>ZEC</strong>：2 小时。所有数据将保留 2 小时，之后进入停服阶段。</li><li><strong>VM/BMC/SDN</strong>：24 小时。所有数据将保留 24 小时，之后进入停服阶段。</li></ul></li><li>系统将向具有管理员或财务权限的成员发送提醒邮件，告知您的资源即将被停服，请及时充值余额。</li></ul></td></tr><tr><td>资源停服</td><td><ul><li>在停服阶段，您的资源将停止运行且不可用。</li><li>自欠费时刻起，所有数据将保留 3 天（72 小时），之后将被永久释放。</li><li>由于不同服务进入停服的时间不同，系统将在各服务分别进入停服阶段时，向具有管理员或财务权限的成员发送对应的提醒邮件。</li><li>如果您仍然需要资源，请先充值余额，然后恢复它们。</li></ul></td></tr><tr><td>资源回收</td><td><p>在回收阶段，您的资源将被永久释放且所有数据被销毁。您无法再恢复已释放的资源。</p><ul><li>如果您没有任何逾期付款，冻结金将被解冻并退还到账户余额。</li><li>如果账户有任何未付余额，冻结金将用于抵扣。</li></ul></td></tr></tbody></table>


---

# Agent Instructions: 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/welcome/cn/pricing/general-lifecycle-rules/pay-as-you-go-stages.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.
