interface_management_disabled
HTTP 409 Network interface management is disabled for this service
What happened
Network interface management is switched off for this project, or the single field you sent (`firewall`, `link_down`) is not manageable for it. The same code also comes back when the interface itself accepts no change through this API.
What to do
Take the interface changes out of your configuration, or ask support to enable interface management for the project. When one field is the cause, the `detail` field names it.
Retrying
Repeating this request will not help.
How it arrives
{
"type": "https://docs.fiberax.com/errors/interface_management_disabled",
"title": "Network interface management is disabled for this service",
"status": 409,
"code": "interface_management_disabled",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.