---
title: "PATCH /outposts/service_connections/kubernetes/{uuid}/"
method: PATCH
path: "/outposts/service_connections/kubernetes/{uuid}/"
tags: ["outposts"]
---

# PATCH /outposts/service_connections/kubernetes/{uuid}/

`PATCH /outposts/service_connections/kubernetes/{uuid}/`

KubernetesServiceConnection Viewset

## Path parameters

- `uuid` string, uuid, required

## Request body

- PatchedKubernetesServiceConnectionRequest — KubernetesServiceConnection Serializer
  - `name` string
  - `local` boolean — If enabled, use the local connection. Required Docker socket/Kubernetes Integration
  - `kubeconfig` object — Paste your kubeconfig here. authentik will automatically use the currently selected context.
  - `verify_ssl` boolean — Verify SSL Certificates of the Kubernetes API endpoint

## Response `200`

- KubernetesServiceConnection — KubernetesServiceConnection Serializer
  - `pk` string, uuid, required
  - `name` string, required
  - `local` boolean — If enabled, use the local connection. Required Docker socket/Kubernetes Integration
  - `component` string, required
  - `verbose_name` string, required — Return object's verbose_name
  - `verbose_name_plural` string, required — Return object's plural verbose_name
  - `meta_model_name` string, required — Return internal model name
  - `kubeconfig` object — Paste your kubeconfig here. authentik will automatically use the currently selected context.
  - `verify_ssl` boolean — Verify SSL Certificates of the Kubernetes API endpoint

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
