---
title: "Create"
method: POST
path: "/tags"
tags: ["Tags"]
---

# Create

`POST /tags`

Create a tag for the current team.

## Request body

- object
  - `name` string, required

## Response `201`

Tag created.

- Tag — Tag model
  - `uuid` string
  - `name` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `409` — Tag with this name already exists.
- `422` — Validation error.

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
