v1

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

Update space quota

This endpoint updates the quota that is allocated to a Bluemix space.

Note: Only paid accounts are eligbile to update the space quota. If you are using a free-trial account, upgrade to a paid account first.

put/containers/quota

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.

Request body

floating_ipsinteger

The new number of public IP addresses that you want to assign to your space.

raminteger

The amount of container memory that you want to assign to your space.

Response

No content. The request to update the organization and/ or space quota has been processed.