quota_exceeded
HTTP 409 Resource limit for this project reached
What happened
This project has reached the ceiling set for the resource you are creating: servers, public IP addresses, data disks on one server, or private networks. The detail names the limit and the current count, and everything in the project counts toward it, not only what this API created.
What to do
Delete what you no longer need and repeat the same request. The ceilings on servers and public IP addresses can be raised for your project on request; the ceilings on data disks per server and on private networks are fixed and are not raised per project.
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/quota_exceeded",
"title": "Resource limit for this project reached",
"status": 409,
"code": "quota_exceeded",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.