---
title: "Add a new vlan"
method: POST
path: "/vlans/"
tags: ["Vlans"]
---

# Add a new vlan

`POST /vlans/`

## Request body

- Vlan
  - `gateway` string
  - `ip_free` integer
  - `ip_range` string
  - `netmask` string
  - `vlan_id` integer

## Response `201`

Created

## Other responses

- `400` — Bad Request

---

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