# Performing Power Operations on Virtual Machines

## <mark style="color:green;">**Overview**</mark> <a href="#overview" id="overview"></a>

You can perform power operations on virtual machines, such as powering on or off a virtual machine, suspending or resetting a virtual machine, or shutting down the guest operating system of a virtual machine.

## <mark style="color:green;">**Procedure**</mark> <a href="#procedure" id="procedure"></a>

{% tabs %}
{% tab title="I. Power on a Virtual Machine" %}
**Step 1:** On the **Virtual Data Center** dashboard screen, click the card of the virtual data center you want to explore, and from the left panel, select **Virtual Machines**.

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

**Step 2:** Click **card view**

**Step 3:** On the card of the virtual machine that you want to start, click **ACTIONS > Power > Power On**.

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

A powered-on virtual machine displays a Powered-on status in green.

<div align="left"><figure><img src="/files/LFRn27kwqet9mK60ibub" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="II. Shut down Guest OS, Power off, Reset a Virtual Machine" %}

* The Shut Down Guest OS for VM action shuts down the guest operating system and powers off the virtual machine. VMware Tools must be installed and running on the VM.
* Powering off a virtual machine is the equivalent of <mark style="color:red;">**powering off a physical machine**</mark><mark style="color:red;">.</mark>
* Resetting a virtual machine clears the state (memory, cache, and so on), but the virtual machine continues to run. Resetting a virtual machine is the equivalent of pushing the reset button of a physical machine. It initiates a hard reset of the operating system without changing the virtual machine's power state.

**Step 1:** On the **Virtual Data Center** dashboard screen, click the card of the virtual data center you want to explore, and from the left panel, select **Virtual Machines**.

<figure><img src="/files/1l7pCbY7bcNkp9lYO9nZ" alt=""><figcaption></figcaption></figure>

**Step 2:** Click **card view**

**Step 3:** In the card of the virtual machine that you want to power off, click **ACTIONS** > **Power** > **Power Off**\\**Shut Down Guest OS**\\**Reset**

<figure><img src="/files/y7Ytt6iOMcCbE2b6pNGI" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="III.Suspend a Virtual Machine" %}

* Suspending a virtual machine preserves its current state by writing the memory (RAM) to disk.
* The suspend and resume feature is useful when you want to save your virtual machine's current state (RAM) and continue work later from the same state.

**Step 1:** On the **Virtual Data Center** dashboard screen, click the card of the virtual data center you want to explore, and from the left panel, select **Virtual Machines**.

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

**Step 2:** Click **card view**

**Step 3:** In the card of the virtual machine that you want to start, click **ACTIONS** > **Power** > **Suspend**.

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

The virtual machine is suspended, but its state is preserved.

<div align="left"><figure><img src="/files/FgingtSiNI1WvnYV2qsx" alt=""><figcaption></figcaption></figure></div>

<mark style="color:red;">**Attention:**</mark> From the **VM Suspended state**, just **power on** if you need the VM to run with the current memory.
{% endtab %}

{% tab title="IV. Discard the suspended state of a Virtual Machine" %}
If a virtual machine is in a **suspended** **state** and you no longer need to resume the use of the machine, you can **discard the suspended state**. Discarding the suspended state removes the saved memory and returns the machine to a **powered-off state**.

**Step 1:** On the **Virtual Data Center** dashboard screen, click the card of the virtual data center you want to explore, and from the left panel, select **Virtual Machines**.

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

**Step 2:** Click **card view**

**Step 3:** In the card of the virtual machine that you want to start, click **ACTIONS > Power >** **Discard the suspended state**.

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

The state is discarded, and the virtual machine is **powered off**.

<div align="left"><figure><img src="/files/CJvbw6xSOqBfuQHHWlEJ" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}


---

# 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.higiocloud.vn/compute/1.-working-with-vm/performing-power-operations-on-virtual-machines.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.
