# 🗑️ Zero Data Retention (ZDR)

**Zero Data Retention (ZDR)** means that a provider does **not store your request or response data for any period of time**. When enabled, requests are routed **only to endpoints that guarantee zero data retention**, helping you meet strict privacy and regulatory requirements.&#x20;

> 💡 **Note:** Even when using providers that retain data for a limited period, **your data is never used for model training**. Retention, when applicable, is strictly for operational, security, or monitoring purposes.

## Via Web Console

1. Go to your [**Project Settings**](https://cortecs.ai/userArea/userProfile) **→ Inference Section**.
2. Toggle **Zero Data Retention** **ON** ✅ to route requests **only to endpoints with data retention = 0**.

<figure><img src="https://2211217319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGsEKyV2Zq4Q8fEJQT40%2Fuploads%2Fei1QXRZOJKyPR6kQDysC%2Fimage.png?alt=media&#x26;token=7262817f-a75d-4120-8a6d-2b552ac303ec" alt=""><figcaption></figcaption></figure>

3. Toggle **OFF** ❌ to allow routing to **all available endpoints**, including those with non-zero retention periods.

<figure><img src="https://2211217319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGsEKyV2Zq4Q8fEJQT40%2Fuploads%2FgVSKTqsDdZXVdeU8cfze%2Fimage.png?alt=media&#x26;token=c5de351a-a731-4382-a6e3-978d4884ca97" alt=""><figcaption></figcaption></figure>

## Via API

You can also control this behavior directly in your requests using the `allow_zero_data_retention` parameter:

```json
{
  "model": "gpt-oss-120b",
  "messages": [...],
  "allow_zero_data_retention": true
}
```

* `true` ✅ → Requests are routed **only to Zero Data Retention endpoints**
* `false` ❌ → Requests may be routed to **all endpoints**, regardless of retention duration

For **project-wide enforcement**, you can also configure this setting via the [**Project Config API**](https://docs.cortecs.ai/advanced-usage/project-configuration/update-project-config), ensuring all team requests follow the same policy. 🏢

## Data Retention Overview

| Provider       | Data Retention       |
| -------------- | -------------------- |
| Scaleway       | Retained for 0 days  |
| OVH            | Retained for 0 days  |
| Nebius         | Retained for 0 days  |
| Ionos          | Retained for 0 days  |
| Mistral        | Retained for 0 days  |
| Microsoft      | Retained for 30 days |
| Google Vertex  | Retained for 0 days  |
| Amazon Bedrock | Retained for 0 days  |
| Inceptron      | Retained for 0 days  |
| Infercom       | Retained for 0 days  |
| Tensorix       | Retained for 0 days  |

> 📌 Retention durations may be subject to provider contractual terms and compliance requirements. For a complete and up-to-date list of ZDR for all providers see our [Privacy Policy](https://cortecs.ai/privacyPolicy).

## &#x20;Compliance Focus

* **Zero Data Storage**: Ensures no request or response data is retained.
* **Privacy by Design**: Ideal for sensitive, regulated, or confidential workloads.
* **GDPR Compliance**: All endpoints comply with GDPR, regardless of retention duration.
* **Governance Control**: Can be enforced at the project level.

Zero Data Retention helps organizations minimize data exposure, simplify audits, and meet strict internal or regulatory privacy requirements without compromising GDPR compliance.
