image_delete_failed
HTTP 503 The platform could not remove the image
What happened
The image exists in your project and, for an ISO, is not inserted into any server, but the platform did not accept the removal. This is a temporary failure on our side.
What to do
Retry later with a new idempotency key. Read the image list first, because the removal may already have started.
Retrying
The request itself is fine. Repeat it later; after a 5xx use a new idempotency key and read the resource first.
How it arrives
{
"type": "https://docs.fiberax.com/errors/image_delete_failed",
"title": "The platform could not remove the image",
"status": 503,
"code": "image_delete_failed",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.