Get capacity claim parameters
Get capacity claim parameters
Enumerate the available instance types per Availability Zone for CapacityClaim creation.
GET
Get capacity claim parameters
Documentation Index
Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
Use this file to discover all available pages before exploring further.
- The API server is
https://api.coreweave.com. - Replace
{API_ACCESS_TOKEN}with your CoreWeave API access token. - For required permissions, see IAM Access Policies.
zoneInstanceTypes, a map keyed by
Availability Zone (for example, US-WEST-04A) whose values
list the instanceId strings that are valid for a
CapacityClaim in that zone.
Example request
Authorizations
CoreWeave API access token sent as a bearer token.
Response
OK
Response for GetCapacityClaimParameters
Map keyed by Availability Zone (for example, US-WEST-04A) whose values list the instanceId strings that are valid for a CapacityClaim in that zone.
Last modified on May 22, 2026