---
title: "Create VLAN"
method: POST
path: "/virtual_networks"
tags: ["Private Networks"]
---

# Create VLAN

`POST /virtual_networks`

Creates a new Virtual Network.

## Request body

- object
  - `data` object, required
    - `type` 'virtual_network', required
    - `attributes` object, required
      - `description` string, required
      - `site` 'ASH' | 'BUE' | 'CHI' | 'DAL' | 'FRA' | 'LAX' | 'LON' | 'MEX' | 'MEX2' | 'MIA' | 'MIA2' | 'NYC' | 'SAO' | 'SAO2' | 'SGP' | 'SYD' | 'TYO' | 'TYO2' — Site slug
      - `project` string, required — Project ID or slug

## Response `201`

Created

## Changes

> 29 revisions in range; 19 could not be searched.

- **2026-07-21** `885dec47dd47` — 3 info
  - added the optional property `data/attributes/project/stats/databases` to the response with the `201` status
  - added the optional property `data/attributes/project/stats/storages` to the response with the `201` status
  - added the optional property `data/attributes/project/stats/virtual_machines` to the response with the `201` status

[Change history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/virtual_networks/post.md)

---

[API](https://skmtc.dev/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.dev/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/revisions/c80535f26dd7/schema)
