Skip to main content

Allocates a new public IP address in the project.

POST
/v1/projects/:projectId/public-ips

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 public IPs list (GET .../public-ips): the new address appears there with its Operation and OperationStatus fields, and is ready once OperationStatus leaves InProgress.

Request

Responses

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