---
title: "Update Chromium enterprise policies and restart"
method: PATCH
path: "/chromium/policies"
---

# Update Chromium enterprise policies and restart

`PATCH /chromium/policies`

Merge user-provided Chromium enterprise policy overrides into the base policy.json,
restart Chromium via supervisord, and wait until the Chromium DevTools "listening"
log line is observed before returning success.
Certain policies managed by kernel infrastructure (e.g. ExtensionSettings,
proxy-related policies, and policies required for CDP/automation) are blocked
from override.

## Request body

- object — Chromium enterprise policy overrides. Keys are policy names (e.g. "DefaultCookiesSetting") and values are the policy values. See https://chromeenterprise.google/policies/ for available policies.

## Response `200`

Policies updated and Chromium restarted successfully

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

> 52 revisions in range; 4 could not be searched.

- **2026-03-11** `2c819ed115d4` — 1 info
  - endpoint added
- **2025-06-27** `f980a92ab23f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kernel/apis/kernel-images-api/changes/chromium/policies/patch.md)

---

[API](https://skmtc.dev/kernel/apis/kernel-images-api.md) · [All operations](https://skmtc.dev/kernel/apis/kernel-images-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kernel/kernel-images-api/revisions/7a641fa15a85/schema)
