> 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-ai-factory-portal/tutorials/manage-gpu-vms.md).

# Manage GPU VMs

### Power on/Power off and Reboot VMs

1. Open the **VM List** page or the **VM Details** page.
2. Locate the GPU VM you want to power off/power on and click the **Actions** icon.
3. Select **Power on**/**Power off**/**Reboot**action.

| <p>Notes:</p><ul><li>After VMs with Local storage NVMe are powered off, the data will remain intact, but you will continue to incur charges.</li><li>The reboot function performs a hard reboot, which may lead to data loss, corrupted software, or other potential issues.</li></ul> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

### Delete VMs

| 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. |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |

1. Open the **VM List** page or the **VM Details** page.
2. Locate the GPU VM you want to delete and and click the **Actions** icon.
3. Confirm by entering **delete** in the text field and clicking **Delete**.

### Edit expose ports

![](/files/f56e40f388e577334dd93203eb3031717dac0066)

1. Open the **VM List** page or the **VM Details** page.
2. Locate the GPU VM you want to update and click the **Actions** icon.
3. From the drop-down menu, select **Edit Exposed Ports**.
4. Update the port values as needed.
5. Click **Save** to apply the changes.

| <p>Notes</p><ul><li>Valid port numbers range from <strong>1 to 65535</strong>, with a maximum of <strong>10 ports</strong> allowed.</li><li>Port configuration changes may take a few moments to apply. Check the <strong>VM details page to confirm port status.</strong></li><li>Inbound traffic must be explicitly allowed in the associated <strong>security group rules</strong> for the exposed ports to be accessible.</li></ul> |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

## G


---

# 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-ai-factory-portal/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.
