tag_limit_reached
HTTP 409 Error
What happened
This server already carries the maximum number of tags (10), so the new one was not added. The tags already on the server are unchanged.
What to do
Remove a tag you no longer need with DELETE /v1/servers/{id}/tags/{tag}, then repeat the same request with the same idempotency key.
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/tag_limit_reached",
"title": "Error",
"status": 409,
"code": "tag_limit_reached",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.