---
title: "Create a fleet"
method: POST
path: "/fleets"
tags: ["Fleets"]
---

# Create a fleet

`POST /fleets`

## Request body

- object
  - `name` string
  - `description` string
  - `color` string
  - `icon` string
  - `tagRules` string[]

## Response `200`

Fleet created.

## Other responses

- `400` — Invalid request body.

---

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