---
title: "Create a disk"
method: POST
path: "/v1/projects/{name}/disks"
tags: ["Disks"]
---

# Create a disk

`POST /v1/projects/{name}/disks`

create a disk that user owns

## Path parameters

- `name` string, required

## Request body

- object
  - `name` string, required
  - `size` string, required

## Response `201`

Successful operation

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — App does not exists.

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/versions/4413e6f56089/schema)
