---
title: "Policy Override Status"
method: POST
path: "/api/3/policy_overrides/{id}/{status}"
tags: ["Policy Override"]
---

# Policy Override Status

`POST /api/3/policy_overrides/{id}/{status}`

Update the status of the specified policy override. The status can be one of the following: `"recall"`, `"approve"`, or `"reject"`.

## Path parameters

- `id` integer, required — The identifier of the policy override.
- `status` 'recall' | 'approve' | 'reject', required

## Request body

- string — A comment describing the change of the policy override status.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/rapid7/apis/rapid7-vm-api.md) · [All operations](https://skmtc.net/rapid7/apis/rapid7-vm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapid7/rapid7-vm-api/versions/3a8197c22d71/schema)
