> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-virtual-machine/on-fpt-cloud-console/tutorials/manage-gpu-vms.md).

# 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 GPU plan <a href="#managegpuvms-editbillingplan" id="managegpuvms-editbillingplan"></a>

You can update the GPU plan of an **existing GPU VM that uses Block Storage (Persistent Disk) while it is in Running status.**

1. Navigate to **Instance Management** or the Instance Details page.
2. Open the **Actions** menu next to your running instance and select **Edit GPU Plan**.
3. Choose one of the following options in the pop-up window:
   * **Hold GPU (Default):** Retains the GPU when the VM is stopped, guaranteeing instant availability upon restart.
   * **Detach GPU:** Releases the GPU when the VM is stopped. *Note: Availability is not guaranteed when restarting.*
4. Save your changes. The billing system will automatically adjust your charges based on the selected plan and VM state.&#x20;

💡 Note: If your instance is stopped or restarting, the Edit GPU Plan option will be disabled.

## 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
