v1

latestOpenAPI 3.0.0(C) Copyright IBM Corp. 2016 All Rights Reserved.2026-07-144737155.4 KB
Public IP addresses

Release public IP address

This endpoint releases a public IP address from a space (corresponding IBM Containers command: cf ic ip release <ip_adress>). The public IP address is no longer allocated to the space. If a container was bound to the IP address, it is automatically unbound.

post/containers/floating-ips/{ip}/release

Path parameters

ipstring required

The public IP address that you want to release. Run cf ic ip list or call the GET /containers/floating-ips?all=true endpoint to review all public IP address that are allocated to your space. After a public IP address is released, it will no longer be allocated to your space.

Headers

X-Auth-Tokenstring required

The Bluemix JSON web token that you receive when logging into Bluemix. Run cf oauth-token to retrieve your access token.

X-Auth-Project-Idstring required

The unique ID of your organization space where you want to create or work with your containers. Run cf space <space_name> --guid, where <space_name> is the name of your space, to retrieve your space ID.

Response

No Content. The public IP address has been released from your space.