---
name: Backup-expanding-capacity
title: Expanding IBM Cloud Backup for Classic vault capacity
description: Expand your IBM Cloud Backup for Classic vault capacity up to 12,000 GB without downtime or data migration. The first 10 GB is free.
last-updated: 2026-06-08
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/Backup?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Expanding IBM Cloud Backup for Classic vault capacity
{: #expandcapacity}

Expand your IBM Cloud Backup for Classic vault capacity up to 12,000 GB without downtime or data migration. The first 10 GB is free.
{: shortdesc}

## Ordering an increase in the console
{: #increasevault-ui}
{: ui}

1. Log in to the [IBM Cloud console](https://cloud.ibm.com/login){: external}. From the menu ![Menu icon](../icons/icon_hamburger.svg "Menu"), select **Infrastructure**  ![VPC icon](../icons/vpc.svg) > **Classic Infrastructure**.
2. Click **Storage** > **Cloud Backup** to display the backup service instances.
3. Select the vault that you want to extend. You can tell if you need more capacity by looking at the usage information.
4. Click **Actions**, and select **Modify IBM Cloud Backup for Classic**.
5. On the next screen, select the new size and click **Upgrade**.

## Ordering an increase with Terraform
{: #increasevault-terraform}
{: terraform}

To use Terraform, download the Terraform CLI and configure the IBM Cloud Provider plug-in. For more information, see the [Getting started with Terraform](https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform?topic=ibm-cloud-provider-for-terraform-getting-started&format=markdown) tutorial.
{: requirement}

Use the `ibm_storage_evault` resource to update your IBM Cloud&reg; Backup for Classic instance. The following example increases the vault capacity to 100 GB when it is applied.

```terraform
resource "ibm_storage_evault" "test" {
  datacenter          = "dal13"
  capacity            = "100"
}
```
{: codeblock}

For more information about arguments and attributes, see [ibm_storage_evault](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/storage_evault){: external}.


## Billing
{: #changeinbilling}

Billing for the volume is automatically updated to add the prorated difference of the new price to the current billing cycle. Then, the full new amount is billed in the next billing cycle.