# Manage GPU VMs

## Power off <a href="#managegpuvms-poweroff" id="managegpuvms-poweroff"></a>

1. Open the **Instance management**
2. Find the GPU VM you want to power off and click the 3-dot icon.
3. Select “**Power off**” action

## Power on <a href="#managegpuvms-poweron" id="managegpuvms-poweron"></a>

1. Open the **Instance management**
2. Find the GPU VM you want to power on and click the 3-dot icon.
3. Select the “**Power on**” action

## Reboot <a href="#managegpuvms-reboot" id="managegpuvms-reboot"></a>

Note: The reboot function performs a hard reboot, which may lead to data loss, corrupted software, or other potential issues.

1. Open the **Instance management**
2. Find the GPU VM you want to reboot and click the 3-dot icon.
3. Select “**Reboot**” action

## Rename <a href="#managegpuvms-rename" id="managegpuvms-rename"></a>

1. Open the **Instance management**
2. Find the GPU VM you want to rename and click the 3-dot icon.
3. Select “**Rename**” action
4. Rename your VM and click "**Rename instance**"

## Reset password <a href="#managegpuvms-resetpassword" id="managegpuvms-resetpassword"></a>

1. Open the **Instance management**
2. Find the GPU VM you want to reset the password for and click the 3-dot icon.
3. Select the “**Reset password**” action, and an email with the new password will be sent to your email address.

### Edit Billing plan <a href="#managegpuvms-editbillingplan" id="managegpuvms-editbillingplan"></a>

You can update the billing plan of an **existing GPU VM that uses Persistent Disk storage while it is in Running status.**

1. Go to the **Instance Management** or **Instance Details**
2. Open the Actions menu and click **Edit Billing plan**.
3. In the pop-up, select either **Reserved** or **PAYG**.
4. Confirm your selection. The system will update billing accordingly

## Lock a GPU VM <a href="#managegpuvms-lockagpuvm" id="managegpuvms-lockagpuvm"></a>

Users can lock a virtual machine to prevent it from being deleted, helping to avoid accidental deletion of an active VM instead of a test machine. This feature reduces the risk of user error and protects user data on virtual machines. To lock a VM, follow these steps:

1. Open the **Instance management**
2. Find the GPU VM you want to lock and click the 3-dot icon.
3. Select “**Lock**” action.
4. A warning dialog will appear, showing the VM name and asking the user for confirmation. Click **Lock Instance Deletion** to proceed with the lock. Once locked, the system will prevent the VM from being deleted until it is unlocked.

## Unlock a GPU VM <a href="#managegpuvms-unlockagpuvm" id="managegpuvms-unlockagpuvm"></a>

To delete a virtual machine, users must first unlock it. Follow these steps to unlock:

1. In the menu, select **Instance Management**, then under **Actions**, click **Unlock Deletion**.
2. A warning dialog will appear, showing the VM name and asking the user for confirmation. Click **Unlock Instance Deletion** to unlock the VM. Once unlocked, the system will allow the VM to be deleted as normal.

## Delete a GPU VM <a href="#managegpuvms-deleteagpuvm" id="managegpuvms-deleteagpuvm"></a>

{% hint style="warning" %}
**Note:** Deleting a virtual machine permanently deletes all data, and this action can not be undone. Make sure to back up any important data before proceeding.
{% endhint %}

1. Open the **Instance management**
2. Find the GPU VM you want to delete and click the 3-dot icon.
3. Confirm by entering “**delete**” in the text field and clicking “**Delete instance**”.

<br>


---

# 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://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-virtual-machine/on-fpt-cloud-console/tutorials/manage-gpu-vms.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.
