---
title: "Update filesystem"
method: PATCH
path: "/storage/filesystems/{filesystem_id}"
tags: ["Filesystem Storage"]
---

# Update filesystem

`PATCH /storage/filesystems/{filesystem_id}`

Allow you to upgrade the size of a filesystem.

## Path parameters

- `filesystem_id` string, required

## Request body

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

## Response `200`

Success

## Changes

> 29 revisions in range; 19 could not be searched.

- **2026-08-05** `ae7dcb22727c` — 1 info
  - added the optional property `data/attributes/team/limits/prefix` to the response with the `200` status
- **2026-07-26** `52c7ba2f0f3a` — 3 info
  - added the optional property `data/attributes/cluster_user` to the response with the `200` status
  - added the optional property `data/attributes/keyring` to the response with the `200` status
  - added the optional property `data/attributes/volume_path` to the response with the `200` status
- **2026-07-21** `885dec47dd47` — 3 info
  - added the optional property `data/attributes/project/stats/databases` to the response with the `200` status
  - added the optional property `data/attributes/project/stats/storages` to the response with the `200` status
  - added the optional property `data/attributes/project/stats/virtual_machines` to the response with the `200` status

[Change history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/storage/filesystems/:filesystem_id/patch.md)

---

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