---
title: "Patch an AI Gateway"
method: PATCH
path: "/v1/ai-gateways/{gatewayId}"
tags: ["AI Gateways"]
---

# Patch an AI Gateway

`PATCH /v1/ai-gateways/{gatewayId}`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

Partially updates the configuration of an existing AI Gateway. Only the fields included in the request body are changed.

## Request body

- PatchAIGatewayRequest — **Pre-release Feature** This feature is currently in beta and is subject to change. The request schema for partially updating an AI Gateway.
  - `display_name` string — The display name for this AI Gateway.
  - `description` string — The description of the AI Gateway.
  - `proxy_urls` AIGatewayProxyURL[] — 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` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".

## Response `200`

AI Gateway updated successfully.

- AIGateway — **Pre-release Feature** This feature is currently in beta and is subject to change.
  - `display_name` string, required — The display name for this AI Gateway.
  - `name` string, required — The name for this AI Gateway. This value is immutable after creation.
  - `description` string — The description of the AI Gateway.
  - `proxy_urls` AIGatewayProxyURL[] — 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` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
  - `id` string, uuid, required — Contains a unique identifier used for this resource.
  - `deployment_type` 'hybrid' | 'managed' | 'serverless', required — How this AI Gateway's control plane is deployed.
  - `endpoints` object, required — Object containing AI Gateway access endpoints.
    - `configuration` string, url, required — Configuration Endpoint.
    - `telemetry` string, url, required — Telemetry Endpoint.
  - `config_version` string — The version identification of the latest configuration of the gateway. Any change to an entity under this gateway can result in a new version. The config_version is generated in the control plane and used to verify if an AI Gateway node configuration is up to date.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

## Changes

- **2026-08-24** `46dabd88efd3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v1/ai-gateways/:gatewayId/patch.md)

---

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