All error codes

plan_not_supported

HTTP 422 This server type does not use plans

What happened

You sent plan_id to a server type that has no plans. Server types in that family are sized directly, with cores, memory and disk.

What to do

Drop plan_id and send cores, memory_mb and disk_gb instead. The pricing_mode field on the server type tells you which family you are working with.

Retrying

Fix the request and send it again.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/plan_not_supported",
    "title": "This server type does not use plans",
    "status": 422,
    "code": "plan_not_supported",
    "request_id": "a277dcd1ca652c65"
}

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