---
title: "Enable/disable all policy enforcement for the org (kill switch)"
method: PUT
path: "/v1/policies/enforcement"
tags: ["policies"]
---

# Enable/disable all policy enforcement for the org (kill switch)

`PUT /v1/policies/enforcement`

## Request body

- OrgPolicyEnforcementUpdate — Flip the org-wide policy enforcement master switch. ``enabled=False`` is a global kill switch: the resolver yields an empty set for every assistant in the org, suspending ALL policy enforcement without deleting any policy. ``True`` restores per-policy enforcement.
  - `enabled` boolean, required

## Response `200`

Successful Response

- OrgPolicyEnforcementResponse — The org-wide policy enforcement master (kill) switch.
  - `policy_enforcement_enabled` boolean, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `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/888bdd5c076e/schema)
