---
title: "Create Config Store"
method: POST
path: "/v2/control-planes/{controlPlaneId}/config-stores"
tags: ["Config Stores"]
---

# Create Config Store

`POST /v2/control-planes/{controlPlaneId}/config-stores`

Create a Config Store

## Path parameters

- `controlPlaneId` string, uuid, required

## Request body

- CreateConfigStore — The request schema to create a Config Store.
  - `name` string

## Response `201`

Config Store

- ConfigStore
  - `id` string, uuid — The Config Store ID.
  - `name` string — The name of the Config Store
  - `created_at` string, date-time — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
