> ## Documentation Index
> Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 按量计费实例转为包年包月实例

## 请求头

<ParamField header="Content-Type" type="string" required={true}>
  枚举值：application/json。
</ParamField>

<ParamField header="Authorization" type="string" required={true}>
  Bearer 身份验证格式，例如：Bearer \{\{API 密钥}}。
</ParamField>

## 请求体

<ParamField body="instanceId" type="string" required={true}>
  要转为包年包月的按量计费实例 ID。
</ParamField>

<ParamField body="month" type="integer" required={true}>
  转为包年包月实例后的租用时长。单位为月。
</ParamField>
