---
title: "POST /projects/{project}/regions/{region}/disks/bulkInsert"
method: POST
path: "/projects/{project}/regions/{region}/disks/bulkInsert"
tags: ["regionDisks"]
---

# POST /projects/{project}/regions/{region}/disks/bulkInsert

`POST /projects/{project}/regions/{region}/disks/bulkInsert`

Bulk create a set of disks.

## Path parameters

- `project` string, required
- `region` string, required

## Query parameters

- `requestId` string

## Request body

- BulkInsertDiskResource — A transient resource used in compute.disks.bulkInsert and compute.regionDisks.bulkInsert. It is only used to process requests and is not persisted.
  - `sourceConsistencyGroupPolicy` string — The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region/resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy
  - `instantSnapshotGroupParameters` InstantSnapshotGroupParameters
    - `sourceInstantSnapshotGroup` string — The source instant snapshot group used to create disks. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone/instantSnapshotGroups/instantSnapshotGroup - projects/project/zones/zone/instantSnapshotGroups/instantSnapshotGroup - zones/zone/instantSnapshotGroups/instantSnapshotGroup
  - `snapshotGroupParameters` SnapshotGroupParameters
    - `sourceSnapshotGroup` string — The source snapshot group used to create disks. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/global/snapshotGroups/snapshotGroup - projects/project/global/snapshotGroups/snapshotGroup - global/snapshotGroups/snapshotGroup
    - `replicaZones` string[] — URLs of the zones where disks should be replicated to. Only applicable for regional resources.
    - `type` string — URL of the disk type resource describing which disk type to use to create disks. Provide this when creating the disk. For example:projects/project/zones/zone/diskTypes/pd-ssd. See Persistent disk types.

## Response `200`

Successful response

---

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