# Instant restore

## General information

**Instant restore** provides immediate virtual machine recovery— it restores VM’s configuration files to the **Hyper-V** host, prepares the VM, and mounts its disks directly from the backup. This allows the **Xopero ONE** administrator to start using the VM almost immediately, without waiting for the full restoration.

{% hint style="warning" %}
**Instant restore** is intended only for disaster recovery and is not suitable for production use — to restore production data, use the **whole VM recovery** option.
{% endhint %}

{% hint style="danger" %}
When a VM backup is stored in cloud storage, the **instant restore** feature may work slower due to the need for random-access read operations.
{% endhint %}

***

## Restoration process

{% stepper %}
{% step %}
Open the **Hyper-V** tab (**Virtual Machines** > **Hyper-V**) in [**XMS**](#user-content-fn-1)[^1], then click the **Manage & Restore** button next to the host whose backup you want to restore.

<figure><img src="/files/VRdDJDSC9OZLaBckfBpQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the VM you want to restore and click the **restore** <img src="/files/mkGCXo4ITdG4903O6npL" alt="" data-size="original"> button.

<figure><img src="/files/vOJ2h1PlrxKsb6rO8IKX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After choosing the backup plan and VM version, click **Restore** under the backup copy you wish to recover and select the **Instant restore** option from the drop-down list.

<figure><img src="/files/TF7eMhg9Vp3S41qmk1Xg" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Specify whether to restore the VM to its original location or a new one. Provide key details, including the restored VM’s name, desired power state (on/off) after restoration, and the iSCSI port to use.

<figure><img src="/files/scvEoAeAvWcaEZXEHFdx" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Next, select a directory for the VM configuration files, choose a location to store the VM disks, and assign a **Hyper-V** switch or resource pool for the network adapters.

{% hint style="success" %}
In **Restore settings** you can also limit the internet bandwidth.
{% endhint %}

<figure><img src="/files/dXcBi3NeOHfxX9LhwGBK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Once configured, click **Start now** to begin the restoration process.
{% endstep %}
{% endstepper %}

***

## Monitoring

You can monitor active **instant restore** tasks in the **Tasks** tab in **XMS**. When you're finished working with the VM, you can shut it down by canceling the **instant restore** job — click the **X** button and confirm the cancellation.

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

[^1]: Xopero ONE Management Service


---

# 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://helpcenter.xopero.com/xopero-one-en/backup-and-recovery/virtual-machines/hyper-v/recovery/instant-restore.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.
