# 🗑️ 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="/files/ukBOrmrkb0420Pv4suBH" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/OXvaWNBuppR7R39MZh6T" 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cortecs.ai/security-and-compliance/zero-data-retention-zdr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
