Skip to main content
PATCH
Update capacity claim

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Path Parameters

id
string
required

The unique identifier of the CapacityClaim to update, UUID format

Body

application/json

Request to update a CapacityClaim

id
string
required

The unique identifier of the CapacityClaim to update, UUID format

resources
object
required

The specification for the resources to reserve

Response

OK

Response for UpdateCapacityClaim

capacityClaim
object

The updated CapacityClaim

Last modified on July 20, 2026