Authorization requires the following IAM permission on the specified resource parent:
bigquery.reservations.create
Query parameters
Parameters
reservationId
string
The reservation ID. It must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.
Request body
The request body contains an instance of Reservation.
Response body
If successful, the response body contains a newly created instance of Reservation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["\u003cp\u003eThis endpoint creates a new reservation resource using a \u003ccode\u003ePOST\u003c/code\u003e request to the specified URL, which follows gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required, specifying the project and location where the reservation will be created, and it requires the \u003ccode\u003ebigquery.reservations.create\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereservationId\u003c/code\u003e query parameter, which must follow a specific format of lowercase alphanumeric characters or dashes, is used to define the reservation ID.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain a \u003ccode\u003eReservation\u003c/code\u003e instance, and a successfully created \u003ccode\u003eReservation\u003c/code\u003e instance will be returned in the response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this endpoint requires either the \u003ccode\u003ehttps://www.googleapis.com/auth/bigquery\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.reservations.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a new reservation resource.\n\n### HTTP request\n\n`POST https://bigqueryreservation.googleapis.com/v1/{parent=projects/*/locations/*}/reservations`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Reservation](/bigquery/docs/reference/reservations/rest/v1/projects.locations.reservations#Reservation).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Reservation](/bigquery/docs/reference/reservations/rest/v1/projects.locations.reservations#Reservation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigquery`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]