image_limit_reached
HTTP 409 The project has reached its image limit
What happened
The project already holds as many images as it may - three, counted separately for ISO images and for server images. A download that failed keeps its slot until you delete it, so the list can look emptier than the count.
What to do
Delete an image you no longer need with DELETE /v1/isos/{id} or DELETE /v1/server-images/{id} and repeat the request, or ask support to raise the limit. When the refusal comes from adding an ISO image the detail field also carries the limit and the current count; for server images it does not.
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/image_limit_reached",
"title": "The project has reached its image limit",
"status": 409,
"code": "image_limit_reached",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.