POST
/
gpu-instance
/
openapi
/
v1
/
gpu
/
instance
/
renewInstance
curl --request POST \
  --url https://api.novita.ai/gpu-instance/openapi/v1/gpu/instance/renewInstance \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "instanceId": "<string>",
  "month": 123
}'

Request Headers

Content-Type
string
required

Enum: application/json

Authorization
string
required

Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

instanceId
string
required

The ID of the subscription instance to be renewed.

month
integer
required

Renewal period, in months.