# Cannot Resize Instance Created From Bootable Volume Using UI

## Problem

The below error is seen when an attempt is made to resize an instance created using a bootable volume:

{% tabs %}
{% tab title="None" %}

```none
The image used to create this instance is not available anymore. Resizing the instance needs the original image to rebuild the instance from.
```

{% endtab %}
{% endtabs %}

<figure><img src="https://3413721029-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8o9pwjt91cVZOj58RUXj%2Fuploads%2Fgit-blob-0f03d44470d7bfa4900fe7aed5357d0002aa08ae%2F1623345602.png?alt=media" alt="mceclip0.png"><figcaption><p>mceclip0.png</p></figcaption></figure>

## Environment

* Platform9 Managed OpenStack - v4.0-v4.3

## Cause

Resizing an instance created from a bootable volume is currently not available from the UI.

## Resolution

The instance can be resized using the command line.

1. Before resize:

{% tabs %}
{% tab title="None" %}

```none
| flavor | c3.large (e1d4af24-597f-42a9-847b-76ed0acdcfb1) |
```

{% endtab %}
{% endtabs %}

2. Use below command to resize the instance.

{% tabs %}
{% tab title="None" %}

```none
# openstack server resize --flavor 6fba33d0-43b8-47dd-9af8-5374f1942ccc c4ac62f3-1508-4e14-8b05-320c4a3138be# openstack server resize --confirm c4ac62f3-1508-4e14-8b05-320c4a3138be
```

{% endtab %}
{% endtabs %}

3. After resize:

{% tabs %}
{% tab title="None" %}

```none
# openstack server show c4ac62f3-1508-4e14-8b05-320c4a3138be --fit-width -c flavor+--------+--------------------------------------------------------+| Field | Value |+--------+--------------------------------------------------------+| flavor | c3.xlarge-gavin (6fba33d0-43b8-47dd-9af8-5374f1942ccc) |+--------+--------------------------------------------------------+
```

{% endtab %}
{% endtabs %}

## Additional Information

This issue has been resolved in Platform9 Managed OpenStack versions v4.4 and higher. Please contact support if you'd like to take advantage of this feature.
