跳转到主要内容
DELETE
/
gpus
/
v2
/
images
/
{image_id}
删除镜像
curl --request DELETE \
  --url https://api.ppio.com/gpus/v2/images/{image_id} \
  --header 'Authorization: <authorization>'
{}

请求头

Authorization
string
必填

Bearer 身份验证格式,例如:Bearer {{API 密钥}}

路径参数

image_id
string
必填

镜像 ID。字符串,长度限制:1-255 字符。

响应

200 - application/json

删除成功

The response is of type object.

最后修改于 2026年6月22日