backups_disabled
HTTP 409 Backups are switched off for this server
What happened
You asked to take a backup of a server whose backups are switched off. Such a server is not billed for backups, so the platform does not keep copies for it.
What to do
Switch backups on with `PUT /v1/servers/{id}/backup-policy` and body `{"enabled": true}`, then repeat the same request.
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/backups_disabled",
"title": "Backups are switched off for this server",
"status": 409,
"code": "backups_disabled",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.