# Can I Resize an Instance Across Availability Zones?

## Problem

I need to resize an instance to a flavor which has metadata associated with a separate Availability Zone (AZ). Is it possible?

## Environment

* Platform9 Managed OpenStack - All Versions
* Nova

## Answer

No, instances cannot be resized to a flavor which would schedule the instance to a separate AZ than the one in which it was spawned initially. Although you may be able to live-migrate an instance to a host residing in a separate AZ due to an [upstream bug](https://bugs.launchpad.net/nova/+bug/1452568) (if using an outdated CLI) or by using the **`--force`** flag, this will not actually change the AZ of the instance, and is highly discouraged.

## Additional Information

[OpenStack Docs: Availability Zones](https://docs.openstack.org/nova/latest/user/aggregates.html#availability-zones-azs)


---

# 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://platform9.com/kb/pmo/frequently-asked-questions/can-i-resize-an-instance-across-availability-zones.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.
