---
title: "Update Control Plane"
method: PATCH
path: "/v2/control-planes/{id}"
tags: ["Control Planes"]
---

# Update Control Plane

`PATCH /v2/control-planes/{id}`

Update an individual control plane.

## Request body

- UpdateControlPlaneRequest — The request schema for the update control plane request.
  - `name` string, nullable — The name of the control plane.
  - `description` string — The description of the control plane in Konnect.
  - `auth_type` 'pinned_client_certs' | 'pki_client_certs' — The auth type value of the cluster associated with the Runtime Group.
  - `proxy_urls` ProxyURL[] — Array of proxy URLs associated with reaching the data-planes connected to a control-plane.
    - `host` string, required — Hostname of the proxy URL.
    - `port` integer, required — Port of the proxy URL.
    - `protocol` string, required — Protocol of the proxy URL.
  - `labels` Labels — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".

## Response `200`

A response to updating a control plane.

- ControlPlane — The control plane object contains information about a Kong control plane.
  - `id` string, uuid, required — The control plane ID.
  - `name` string, required — The name of the control plane.
  - `description` string — The description of the control plane in Konnect.
  - `labels` Labels — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
  - `config` object, required — CP configuration object for related access endpoints.
    - `control_plane_endpoint` string, url, required — Control Plane Endpoint.
    - `telemetry_endpoint` string, url, required — Telemetry Endpoint.
    - `cluster_type` 'CLUSTER_TYPE_CONTROL_PLANE' | 'CLUSTER_TYPE_K8S_INGRESS_CONTROLLER' | 'CLUSTER_TYPE_CONTROL_PLANE_GROUP' | 'CLUSTER_TYPE_SERVERLESS' | 'CLUSTER_TYPE_HYBRID', required — The ClusterType value of the cluster associated with the Control Plane.
    - `auth_type` 'pinned_client_certs' | 'pki_client_certs', required — The auth type value of the cluster associated with the Runtime Group.
    - `cloud_gateway` boolean, required — Whether the Control Plane can be used for cloud-gateways.
    - `proxy_urls` ProxyURL[] — Array of proxy URLs associated with reaching the data-planes connected to a control-plane.
      - `host` string, required — Hostname of the proxy URL.
      - `port` integer, required — Port of the proxy URL.
      - `protocol` string, required — Protocol of the proxy URL.
  - `created_at` string, date-time, required — An ISO-8604 timestamp representation of control plane creation date.
  - `updated_at` string, date-time, required — An ISO-8604 timestamp representation of control plane update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Permission denied
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

## Changes

- **2025-10-29** `19e869275e28` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `96118a9cd7f4` — 7 breaking, 2 info
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …5 more
- **2025-08-13** `ab1a51b76144` — 1 breaking
  - the request property `labels/additionalProperties/` became not nullable
- **2025-03-13** `ddd4be7ea073` — 1 breaking, 1 info
  - the response property `labels/additionalProperties/` became nullable for the status `200`
  - the request property `labels/additionalProperties/` became nullable
- …earlier changes not shown

[Full history](https://skmtc.dev/kong/apis/konnect-api/changes/v2/control-planes/:id/patch.md)

---

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