---
title: "Modify mutable endpoint configuration"
method: PATCH
path: "/endpoint/{id}/config"
tags: ["endpoint"]
---

# Modify mutable endpoint configuration

`PATCH /endpoint/{id}/config`

Update the configuration of an existing endpoint and regenerates &
recompiles the corresponding programs automatically.

## Path parameters

- `id` string, required

## Request body

- EndpointConfigurationSpec — An endpoint's configuration
  - `options` ConfigurationMap — Map of configuration key/value pairs.
  - `label-configuration` LabelConfigurationSpec — User desired Label configuration of an endpoint
    - `user` string[] — Set of labels

## Response `200`

Success

## Other responses

- `400` — Invalid configuration request
- `403` — Forbidden
- `404` — Endpoint not found
- `429` — Rate-limiting too many requests in the given time frame
- `500` — Update failed. Details in message.
- `503` — Service Unavailable

---

[API](https://skmtc.net/cilium/apis/cilium-api.md) · [All operations](https://skmtc.net/cilium/apis/cilium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cilium/cilium-api/versions/351336b27221/schema)
