All error codes

image_minimum_not_met

HTTP 422 Image requires more resources than requested

What happened

The image you chose declares minimum cores, memory or disk, and the request asked for less than one of them. The image would not run at the size you ordered.

What to do

Read min_cores, min_memory_gb and min_disk_gb for that image in the server type's image catalogue. Send cores and disk_gb at or above those values, and memory_mb at or above min_memory_gb multiplied by 1024.

Retrying

Fix the request and send it again.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/image_minimum_not_met",
    "title": "Image requires more resources than requested",
    "status": 422,
    "code": "image_minimum_not_met",
    "request_id": "a277dcd1ca652c65"
}

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