curl --request DELETE \
--url https://api.gcore.com/cloud/v3/gpu/virtual/{project_id}/{region_id}/images/{image_id} \
--header 'Authorization: <api-key>'
{
"tasks": [
"d478ae29-dedc-4869-82f0-96104425f565"
]
}
curl --request DELETE \
--url https://api.gcore.com/cloud/v3/gpu/virtual/{project_id}/{region_id}/images/{image_id} \
--header 'Authorization: <api-key>'
{
"tasks": [
"d478ae29-dedc-4869-82f0-96104425f565"
]
}
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
1
Region ID
7
Image ID
"8cab6f28-09ca-4201-b3f7-23c7893f4bd6"
OK
The response is of type object
.
Was this page helpful?