> 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/archive-storage/how-tos/resize-an-archive.md).

# Resize an archive

***

## Resize an archive using the control panel

On the archive's overview in the control panel, you can change its size under *Configuration*. Click on the dropdown menu that displays the archive's current size. Here, select the new size for the archive and click **Save**.

Note that it is only possible to increase the size of an archive. It cannot be reduced later. Also, note that the cost doesn't change until the new size is saved.

<figure><img src="/files/LTNWAbpTTQh7Ygv7XlNE" alt=""><figcaption></figcaption></figure>

## Resize an archive using the API

To resize an archive using the [API](/platform/control-panel/api.md), use the [archive/resize](https://github.com/GleSYS/API-docs/wiki/API-Documentation#archiveresize) endpoint to resize an archive's size. Remember that it's currently only possible to increase the size.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glesys.com/products/storage/archive-storage/how-tos/resize-an-archive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
