---
title: "POST /v1/admin/{+parent}/reservations"
method: POST
path: "/v1/admin/{+parent}/reservations"
tags: ["admin"]
---

# POST /v1/admin/{+parent}/reservations

`POST /v1/admin/{+parent}/reservations`

Creates a new reservation.

## Path parameters

- `parent` string, required

## Query parameters

- `reservationId` string

## Request body

- Reservation — Metadata about a reservation resource.
  - `name` string — The name of the reservation. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}
  - `throughputCapacity` string, int64 — The reserved throughput capacity. Every unit of throughput capacity is equivalent to 1 MiB/s of published messages or 2 MiB/s of subscribed messages. Any topics which are declared as using capacity from a Reservation will consume resources from this reservation instead of being charged individually.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/pubsublite.md) · [All operations](https://skmtc.net/google/apis/pubsublite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/pubsublite/versions/d973df9a0149/schema)
