> ## 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="instanceIds" type="string[]" required={true}>
  实例 ID 列表。
</ParamField>

<ParamField body="autoRenew" type="boolean" required={true}>
  是否开启自动续费。
</ParamField>

<ParamField body="autoRenewMonth" type="integer" required={true}>
  自动续费月数。
</ParamField>
