---
title: "Create a new network volume"
method: POST
path: "/networkvolumes"
tags: ["network volumes"]
---

# Create a new network volume

`POST /networkvolumes`

Create a new network volume.

## Request body

- NetworkVolumeCreateInput
  - `dataCenterId` string, required — The Runpod data center ID where the created network volume is located.
  - `name` string, required — A user-defined name for the created network volume. The name does not need to be unique.
  - `size` integer, required — The amount of disk space, in gigabytes (GB), allocated to the created network volume.

## Response `200`

Successful operation.

- NetworkVolume
  - `dataCenterId` string — The Runpod data center ID where a network volume is located.
  - `id` string — A unique string identifying a network volume.
  - `name` string — A user-defined name for a network volume. The name does not need to be unique.
  - `size` integer — The amount of disk space, in gigabytes (GB), allocated to a network volume.

## Other responses

- `400` — Invalid input.

---

[API](https://skmtc.dev/runpod/apis/runpod-api.md) · [All operations](https://skmtc.dev/runpod/apis/runpod-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runpod/runpod-api/revisions/759c8050ed88/schema)
