> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/storage/file-storage/how-tos/resize-a-volume.md).

# Resize a volume

Volumes can be resized as needed.

***

## Resize a volume using the control panel

It's possible to resize a volume, both upward and downward. At the top of the page for the current volume, click **Actions** and then **Change plan**.

<figure><img src="https://3379166260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlMZhhdQNcWOpX5Bj48GK%2Fuploads%2Fz2cqNOH01jAN3jJd3wNR%2Ffile-storage-change-plan.png?alt=media&amp;token=0a7162da-dc53-4c3b-b596-f771227fb16d" alt=""><figcaption></figcaption></figure>

In the dialog box that appears, select a new size for the volume and then click **Update Settings**. Here, you can also enable or disable automatic upgrade of the volume.

<figure><img src="https://3379166260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlMZhhdQNcWOpX5Bj48GK%2Fuploads%2F6CDVe0xruqmsvgjDDuDE%2Ffile-storage-update-settings.png?alt=media&amp;token=b7427fa9-bd7f-44c3-9186-27625155eb9a" alt=""><figcaption></figcaption></figure>

## Resize a volume using the API

Use the [filestorage/listplans](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragelistplans) endpoint to list available plans, then [filestorage/editvolume](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestorageeditvolume) to change the plan, i.e., resize the volume.

For general instructions on how to use the API, see [Platform → API](/platform/control-panel/api.md).
