GET
/
gpu-instance
/
openapi
/
v1
/
image
/
prewarm
/
quota
Get Image Prewarm Quota
curl --request GET \
  --url https://api.novita.ai/gpu-instance/openapi/v1/image/prewarm/quota \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
{
  "total": 123,
  "limit": 123,
  "perImageSize": 123
}

Request Headers

Content-Type
string
required
Enum: application/json
Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Response

total
integer
required
Number of created prewarm tasks.
limit
integer
required
Maximum number of prewarm tasks that can be created.
perImageSize
integer
required
Maximum image size per prewarm task (GB).