---
title: "Cluster Initialize"
method: POST
path: "/api/v1.cluster-admin.initialize"
tags: ["ClusterAdmin"]
---

# Cluster Initialize

`POST /api/v1.cluster-admin.initialize`

Initialize this node as the leader of a new cluster

This operation may only be performed against a node which has not been
initialized and is not currently a member of a cluster.

## Request body

- ClusterInitializeIn

## Response `200`

- ClusterInitializeOut
  - `cluster_id` string, required

## Other responses

- `400`
- `401`
- `403`
- `422`

## Changes

- **2026-04-15** `a13efaccef64` — 1 info
  - endpoint added
- **2026-03-31** `f62be26d2a53` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.cluster-admin.initialize/post.md)

---

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