Skip to main content
POST
Create capacity claim
Reserves the requested number of instanceId-typed instances across the listed zones. The order of zones implies an allocation preference: earlier entries are preferred. The available instanceId values per zone are returned by GET /v1alpha1/inference/capacityclaims/parameters.
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Body

application/json

Request to create a CapacityClaim

resources
object
required

The specification for the resources to reserve

id
string

The unique identifier of the CapacityClaim, UUID format

name
string

The human readable name of the CapacityClaim

Response

OK

Response for CreateCapacityClaim

capacityClaim
object

The created CapacityClaim

Last modified on July 24, 2026