---
title: "Patch Dome Config"
method: PATCH
path: "/v1/dome-configs/{config_id}"
tags: ["Dome", "dome-configs"]
---

# Patch Dome Config

`PATCH /v1/dome-configs/{config_id}`

Partially update a Dome configuration (e.g. set or clear dome instance URL).

## Path parameters

- `config_id` string, uuid, required

## Query parameters

- `team_id` string, uuid, required — Team ID (required)

## Request body

- DomeConfigPatch — Request model for partial update (PATCH) of a Dome configuration.
  - `dome_instance_url` string, nullable, required — Dome instance URL to set, or null to clear.

## Response `200`

Successful Response

- DomeConfigResponse — API response model for Dome configuration. ``id`` and optional ``agent_id`` are top-level fields. ``config_body`` is the guard configuration dict (Dome-facing payload). Other metadata (e.g. team_id, timestamps, created_by) is included in the wire shape as returned by the domain model's ``to_wire()`` — see OpenAPI schema for the full response shape.
  - `id` string, uuid, required
  - `status` string
  - `agent_id` string, uuid, nullable
  - `config_body` object
  - `dome_instance_url` string, nullable
  - `created_at` integer, required
  - `created_by` string, uuid, required
  - `updated_at` integer, nullable
  - `updated_by` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/vijilai/apis/vijil-console-api-combined.md) · [All operations](https://skmtc.net/vijilai/apis/vijil-console-api-combined/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vijilai/vijil-console-api-combined/versions/a8b2ee2b2d06/schema)
