Patch Dome Config
Partially update a Dome configuration (e.g. set or clear dome instance URL).
PATCH
Patch Dome Config
Path Parameters
Query Parameters
Team ID (required)
Body
application/json
Request model for partial update (PATCH) of a Dome configuration.
Dome instance URL to set, or null to clear.
Response
Successful Response
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.
Last modified on April 21, 2026
Previous
Apply Dome ConfigApply a saved dome config: promotes config_pending.json to config.json and binds it to the agent.
Backs up the existing config.json as {config_id}_config.json, promotes
config_pending.json to config.json, and sets the agent's dome_config_id
and protection_status to domed.
Next
Patch Dome Config