All error codes

backup_create_failed

HTTP 503 The platform could not start the backup

What happened

Your request is correct, but the platform did not accept the backup job for this server. This is a temporary failure on our side, not a problem with the request body or with the server itself.

What to do

Wait a few seconds, then send the request again with a new idempotency key. Read the backup list of the server first, because a backup may already have been started.

Retrying

The request itself is fine. Repeat it later; after a 5xx use a new idempotency key and read the resource first.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/backup_create_failed",
    "title": "The platform could not start the backup",
    "status": 503,
    "code": "backup_create_failed",
    "request_id": "a277dcd1ca652c65"
}

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