service_suspended
HTTP 402 Service is suspended for non-payment
What happened
The project is suspended for non-payment, so no new resource is created. Reads still work, and so do deletions and changes that lower your spend — you can remove servers, release public IP addresses and switch automatic backups off.
What to do
Settle the outstanding invoices in the Client Area to have the project reactivated, then repeat the same request with the same idempotency key. If the project is still running and only creation is blocked, you get client_has_debt instead.
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/service_suspended",
"title": "Service is suspended for non-payment",
"status": 402,
"code": "service_suspended",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.