Skip to main content
POST
Create capacity claim

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 20, 2026