跳转到主要内容
POST
https://api.ppinfra.com
/
gpu-instance
/
openapi
/
v1
/
gpu
/
instance
/
renewInstance
续费包年包月实例
curl --request POST \
  --url https://api.ppinfra.com/gpu-instance/openapi/v1/gpu/instance/renewInstance \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "instanceId": "<string>",
  "month": 123
}
'

请求头

Content-Type
string
必填
枚举值:application/json。
Authorization
string
必填
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。

请求体

instanceId
string
必填
要续费的包年包月实例 ID。
month
integer
必填
续费时长。单位为月。