All error codes

router_credentials_forbidden

HTTP 409 Router credentials are managed by the platform

What happened

You asked to change the administrator password or install SSH keys on a router. The platform manages a router's credentials itself, and applying them here would restart the router and cut address distribution and translation for every private server in the project.

What to do

The platform manages the router's credentials itself, and its management key is never exposed to you, so there is nothing to replace here. Password and SSH key operations work on ordinary servers only.

Retrying

Repeating this request will not help.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/router_credentials_forbidden",
    "title": "Router credentials are managed by the platform",
    "status": 409,
    "code": "router_credentials_forbidden",
    "request_id": "a277dcd1ca652c65"
}

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