All error codes

rebuild_image_unavailable

HTTP 409 The image this server was installed from is no longer available

What happened

The image this server was installed from no longer exists, so there is nothing to reinstall it from. Usual causes: the image was withdrawn without a replacement, it is no longer offered for this server type, or it was your own image and you deleted it.

What to do

Repeating the request unchanged will not help, and a deleted image cannot be restored. If the image was withdrawn on our side it may return, and reinstallation then works again; otherwise create a replacement server from a current image.

Retrying

Change the state this refers to, then repeat the same request with the same idempotency key.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/rebuild_image_unavailable",
    "title": "The image this server was installed from is no longer available",
    "status": 409,
    "code": "rebuild_image_unavailable",
    "request_id": "a277dcd1ca652c65"
}

Branch your code on code, never on the wording of title.