---
title: "/volumes/create"
method: POST
path: "/volumes/create"
---

# /volumes/create

`POST /volumes/create`

Create a new storage volume

## Request body

- CreateVolumeRequest
  - `cloud` string, required — Specifies the underlying cloud provider. See this [explanation](/getting-started/concepts#cloud-cloud-provider) for more details.
  - `region` string, required — Specifies the region.
  - `size_in_gb` integer, required — Storage volume size in GB
  - `name` string, required — The name of the storage volume.

## Response `200`

Returns a CreateVolumeResponse object

- CreateVolumeResponse
  - `id` string, required — The ID of the storage volume.

---

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