# Subnet

A subnet is a range of IP addresses in a cloud network. Addresses from this range will be assigned to one or multiple servers in the Metal Cloud. Only IPv4 is supported.

#### Create a subnet

| <ul><li>A CIDR range is allocated automatically. It will be held for 60 seconds and be updated to the new one after that on the screen.</li><li>A network ACL is required to create with a subnet. By default, <strong>only outbound traffic</strong> from the Bare Metal GPU server to the internet <strong>will be allowed</strong>.</li><li><strong>The quota of subnet is equal to the quota of the Bare Metal GPU server.</strong></li></ul> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

![](/files/f7c452cf68ea6bfc6b1067b685f449e9babf318b)

1. Sign in to your FPT Cloud account, select a **Tenant**, a **Region** and a **VPC.** (If you have more than one of them.)
2. Navigate to **AI Infrastructure** and **Subnet for Metal Cloud** in the sidebar, then click **Create subnet**
3. Enter a **Subnet name**
4. Enter a **Network ACL name**
5. Enter the **Network ACL description** (Optional)
6. Click **Create** **Subnet**

#### Delete a subnet

| You cannot delete a subnet that is associated with other resources. |
| ------------------------------------------------------------------- |

1. Navigate to **AI Infrastructure** and **Subnet for Metal Cloud**
2. in the sidebar to view the Server list
3. Choose a subnet and click **Actions**
4. Click **Delete**
5. Confirm the deletion by typing **DELETE** text

#### Update a subnet name

| A subnet name **can be duplicated** with existing names. |
| -------------------------------------------------------- |

1. Choose a subnet and click **Actions**
2. Click **Rename**
3. Enter the new subnet name that complies with the rule: Name limits up to 32 characters, and only letters, numbers, and dashes are allowed
4. Click **Rename subnet**

#### Update a subnet description

1. Choose a subnet and click **Actions**
2. Click **Update description**
3. Enter the new description. The length must be less than or equal to 63 characters long
4. Click **Save**


---

# 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/metal-cloud/tutorials/subnet.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.
