Skip to main content

Creates a new private network in the project.

POST
/v1/projects/:projectId/networks

This operation is asynchronous. The CommandId in the response is an internal identifier and is not queryable via any public endpoint. To observe completion, poll the networks list (GET .../networks): the new network appears there with its Operation and OperationStatus fields, and is ready once OperationStatus leaves InProgress.

Request

Responses

The create request was accepted and is being processed in the background.