Skip to main content

Create Public IP

POST
/projects/:projectId/public-ips

Allocates a new public IP address in the project.

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.