---
title: "POST /v1/{+name}:split"
method: POST
path: "/v1/{+name}:split"
tags: ["projects"]
---

# POST /v1/{+name}:split

`POST /v1/{+name}:split`

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.

## Path parameters

- `name` string, required

## Request body

- SplitCapacityCommitmentRequest — The request for ReservationService.SplitCapacityCommitment.
  - `slotCount` string, int64 — Number of slots in the capacity commitment after the split.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/bigqueryreservation.md) · [All operations](https://skmtc.dev/google/apis/bigqueryreservation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/bigqueryreservation/revisions/3502c38ecee3/schema)
