All error codes

gpu_package_not_supported

HTTP 422 Error

What happened

You sent gpu_package to a server type that is not sold as a GPU package. Packages exist only on types whose pricing lists gpu_packages; elsewhere the size is set by sliders or by a plan.

What to do

Drop gpu_package and size the server the way its type expects: cores, memory_mb and disk_gb on a slider type, plan_id on a plan type. GET /v1/server-types/{id}/pricing shows which of the three a type offers.

Retrying

Fix the request and send it again.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/gpu_package_not_supported",
    "title": "Error",
    "status": 422,
    "code": "gpu_package_not_supported",
    "request_id": "a277dcd1ca652c65"
}

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