Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.ppio.com/gpus/v2/prewarm-tasks \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "task_ids": [ "prewarm-task-a", "prewarm-task-b" ] } '
{}
枚举值:application/json。
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
{{API 密钥}}
待删除的镜像预热任务 ID 列表。
["prewarm-task-a", "prewarm-task-b"]
删除成功
The response is of type object.
object