# How to Set a Storage Vault Quota

Setting a storage quota allows you to control storage growth and keep your billing predictable.

When a vault reaches its quota limit, **backups will stop automatically** until space is freed or the quota is increased.

### Step 1 — Open the Vault Management Page

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

From the **Client Area Dashboard**:

1. Navigate to **Backup Dashboard**
2. Click **Vaults** in the left menu
3. Find the vault you want to edit
4. Click **Manage**

This will open the **Manage Storage Vault** window.

### Step 2 — Configure the Quota

<figure><img src="/files/BlgHjBlKRCxHi1Zf1xGR" alt="" width="563"><figcaption></figcaption></figure>

Inside the **General** tab:

1. Locate the **Quota** section
2. **Uncheck the “Unlimited” option**
3. Enter the desired storage limit
4. Select the unit (GB, TB, etc.)

For example:\
`500 GB` will limit the vault to 500 gigabytes of storage.

### Step 3 — Save Your Changes

Click **Save** to apply the new quota.

Your vault will now enforce the configured storage limit.

### What Happens When the Quota Is Reached?

When the vault reaches its quota:

* New backup data **cannot be written**
* Backup jobs will **pause or fail until space is available**
* This prevents the vault from using more storage than expected

To continue backups, you can either:

* Increase the quota, or
* Use the restore menu to delete older backup data to free up space


---

# Agent Instructions: 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.eazybackup.com/documentation/how-to-set-a-storage-vault-quota.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.
