All error codes

network_not_found

HTTP 404 Network not found

What happened

The network id is not one of this project's private networks - it does not exist, it was deleted, or it belongs to another project. Creating or changing a network interface answers the same code for network_id, and also when you asked for a public interface and this server has no public network available.

What to do

List the networks with GET /v1/networks and use an id from there. A network you created moments ago exists only after its task reaches is_terminal, so wait for the task before referring to the network.

Retrying

Repeating this request will not help.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/network_not_found",
    "title": "Network not found",
    "status": 404,
    "code": "network_not_found",
    "request_id": "a277dcd1ca652c65"
}

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