---
title: "Create cluster"
method: POST
path: "/api/v1/orgs/{orgId}/clusters"
tags: ["clusters"]
---

# Create cluster

`POST /api/v1/orgs/{orgId}/clusters`

Create a new K8S cluster in the cloud

## Path parameters

- `orgId` integer, required

## Request body

- object

## Response `201`

Cluster is already being created

- CreateClusterResponse201
  - `status_code` integer
  - `message` string

## Other responses

- `202` — Cluster created successfully
- `default` — Internal server error

## Changes

- **2026-07-17** `a2e35c430378` — 1 info
  - added the success response with the status `201`
- **2021-11-05** `a2a78f53a8fc` — 1 info
  - added the success response with the status `201`
- **2020-04-24** `5186ea64aa56` — 1 breaking
  - removed the success response with the status `201`

[Change history](https://skmtc.dev/banzaicloud/apis/pipeline-api/changes/api/v1/orgs/:orgId/clusters/post.md)

---

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