All error codes

router_iso_forbidden

HTTP 409 Images cannot be inserted into a router

What happened

You tried to insert or eject an image in a router's drive. An image would change the order the router boots from, and every private server in the project depends on that router coming back up unchanged.

What to do

Reading the drive state of a router is allowed; writing is not. Use an ordinary server when you need to boot from an image.

Retrying

Repeating this request will not help.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/router_iso_forbidden",
    "title": "Images cannot be inserted into a router",
    "status": 409,
    "code": "router_iso_forbidden",
    "request_id": "a277dcd1ca652c65"
}

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