---
title: "Create a new VPS Network"
method: POST
path: "/vps/network"
tags: ["VPS"]
---

# Create a new VPS Network

`POST /vps/network`

## Headers

- `X-Fields` string, mask

## Request body

- VPSNetworkCreate
  - `clientId` integer — The unique client account ID.
  - `facilityCode` string, required — The facility code where the VPS Network should be created. For example: `TPA1`.
  - `name` string — The name of the VPS Network.
  - `vlanId` integer — The VLAN ID of the VPS Network. This will make the network bridgeble to dedicated servers.

## Response `200`

Success

- VPSNetwork
  - `facilityCode` string — The facility code associated with the VPS Network. For example: `TPA1`.
  - `name` string — The name of the VPS Network.
  - `networkId` string — The unique ID of the VPS Network.
  - `vlanId` integer — The VLAN ID of the VPS Network. This will be returned for VLAN enabled networks.
  - `vlanTag` integer — The VLAN tag of the VPS Network. This will be returned for VLAN enabled networks.

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/versions/ee6b717b5015/schema)
