请求头
枚举值:application/json。
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
请求体
要删除的预热任务 ID 列表。
curl --request POST \
--url https://api.ppinfra.com/gpu-instance/openapi/v1/image/prewarm/delete \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '{
"ids": {}
}'
curl --request POST \
--url https://api.ppinfra.com/gpu-instance/openapi/v1/image/prewarm/delete \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '{
"ids": {}
}'
curl --location --request POST 'https://api.ppinfra.com/gpu-instance/openapi/v1/image/prewarm/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{API_KEY}}' \
--data-raw '{
"ids": ["nzd5nyi4keefsv2d"]
}'