---
title: "Create filesystem"
method: POST
path: "/storage/filesystems"
tags: ["Filesystem Storage"]
---

# Create filesystem

`POST /storage/filesystems`

Allows you to add persistent storage to a project. These filesystems can be used to store data across your servers.

## Request body

- object
  - `data` object, required
    - `type` 'filesystems', required
    - `attributes` object, required
      - `project` string, required — Project ID or slug
      - `name` string, required — Filesystem name
      - `size_in_gb` integer — Size in GB (not required, default is 1500)

## Response `201`

Created

## Other responses

- `503` — Service Unavailable - Storage creation temporarily frozen

---

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