v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13203076.0 KB
projects

Splits capacity commitment to two commitments of the same plan and commitment_end_time. A common use case is to enable downgrading commitments. For example, in order to downgrade from 10000 slots to 8000, you might split a 10000 capacity commitment into commitments of 2000 and 8000. Then, you delete the first one after the commitment end time passes.

post/v1/{+name}:split

Path parameters

namestring required

Required. The resource name e.g.,: projects/myproject/locations/US/capacityCommitments/123

Request body

slotCountstring int64

Number of slots in the capacity commitment after the split.

Response

Successful response