v1
latestOpenAPI 3.0.0(C) Copyright IBM Corp. 2016 All Rights Reserved.2026-07-144737155.4 KBUnbind a public IP address from a container
This endpoint unbinds a public IP address from a container (corresponding IBM Containers command: cf ic ip unbind <ip_adress> <container>). The container that is unbound from the IP address will not be accessible from the internet anymore. The public IP address will be further allocated to the space and can be used to be bound to other containers.
Path parameters
The name or ID of the container that you want to bind to the public IP address. Run the cf ic ps command or call the GET /containers/json endpoint to retrieve a list of containers in your space.
The public IP address that you want to unbind from your container.
Note: After unbinding a public IP address, this IP address will still be allocated to the space and can be used to be bound to other containers.
Headers
The Bluemix JSON web token that you receive when logging into Bluemix. Run cf oauth-token to retrieve your access token.
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. Your request to unbind a public IP address from a container has successfully been processed.