All error codes

resource_limit_exceeded

HTTP 422 Requested resources exceed the limit for this server type

What happened

The cores, memory or disk size in the request is above the maximum this server type allows. The detail names which value is too high; for disks it also names the ceiling in GB.

What to do

Lower that value in the request body and send it again. On creation you can also pick a server type with a higher ceiling; an existing server cannot be moved to another server type, so scaling and disk changes have to fit the one it already has.

Retrying

Fix the request and send it again.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/resource_limit_exceeded",
    "title": "Requested resources exceed the limit for this server type",
    "status": 422,
    "code": "resource_limit_exceeded",
    "request_id": "a277dcd1ca652c65"
}

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