---
title: "Protect/Unprotect a patient against recycling"
method: PUT
path: "/patients/{id}/protected"
tags: ["Patients"]
---

# Protect/Unprotect a patient against recycling

`PUT /patients/{id}/protected`

Protects a patient by sending `1` or `true` in the payload request. Unprotects a patient by sending `0` or `false` in the payload requests. More info: https://orthanc.uclouvain.be/book/faq/features.html#recycling-protection

## Path parameters

- `id` string, required

## Response `200`

---

[API](https://skmtc.net/uclouvain/apis/orthanc-api.md) · [All operations](https://skmtc.net/uclouvain/apis/orthanc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uclouvain/orthanc-api/versions/9297c4930d96/schema)
