All error codes

rebuild_disabled

HTTP 409 Rebuilding is disabled for this service

What happened

Reinstalling the operating system is switched off for this project. The request was refused before any work started, so the server is untouched.

What to do

Ask support to enable reinstallation for the project, then repeat the same request with the same idempotency key. Nothing in the request body needs changing.

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/rebuild_disabled",
    "title": "Rebuilding is disabled for this service",
    "status": 409,
    "code": "rebuild_disabled",
    "request_id": "a277dcd1ca652c65"
}

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