POST
/
gpu-instance
/
openapi
/
v1
/
image
/
prewarm
/
delete
Delete Image Prewarm Tasks
curl --request POST \
  --url https://api.novita.ai/gpu-instance/openapi/v1/image/prewarm/delete \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "ids": [
    "<string>"
  ]
}'

Request Headers

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

Request Body

ids
string[]
required
IDs of prewarm tasks to delete.