---
title: "Update release-gate config"
method: PATCH
path: "/v1/assistants/{agent_id}/operational-settings/release-gate"
tags: ["assistants"]
---

# Update release-gate config

`PATCH /v1/assistants/{agent_id}/operational-settings/release-gate`

Update release-gate config (§3.2).

## Path parameters

- `agent_id` string, uuid, required

## Request body

- ReleaseGateSettingsUpdate — PATCH /assistants/{id}/operational-settings/release-gate (§3.2).
  - `release_suite_id` string, uuid, nullable
  - `release_gate_mode` string, nullable
  - `release_gate_max_failures` integer, nullable

## Response `200`

Successful Response

- OperationalSettingsResponse — GET /assistants/{id}/operational-settings (§3.2).
  - `evaluate_live` boolean
  - `knowledge_gap_analysis_enabled` boolean
  - `release_suite_id` string, uuid, nullable
  - `release_gate_mode` string
  - `release_gate_max_failures` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
