> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-detect-table-modification.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# How to opt out of crash report collection

> This article shows you how you can opt out of crash report collection on ClickHouse Cloud

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

<h2 id="overview">
  Overview
</h2>

Starting **February 27, 2026**, ClickHouse Cloud will begin collecting crash reports when server crashes occur. This is part of our commitment to improving service reliability for all our users.

Crash report collection helps us:

* Identify and understand what caused a crash
* Fix issues more quickly
* Continuously improve your service experience

<h2 id="whats-collected">
  What's collected
</h2>

When a crash occurs, crash reports capture a snapshot of the server's state at that moment. We want to be transparent that this may include sensitive information that was in memory, such as:

* Connection credentials
* Encryption keys
* Query strings
* Other data in memory at the time of the crash

<h3 id="how-we-protect-your-data">
  How we protect your data
</h3>

We take the security of this data seriously:

* **Regional Storage**: All data stays in the same region as your service
* **Enhanced Security**: We apply additional protections to all collected data
* **Limited Retention**: Data is kept only as long as needed for debugging, then securely deleted

<h2 id="services-automatically-excluded">
  Services automatically excluded
</h2>

Some services are automatically excluded from crash report collection:

* Services with **HIPAA** compliance requirements
* Services with **PCI** compliance requirements
* **BYOC** (Bring Your Own Cloud) services

<h2 id="how-to-opt-out">
  How to opt out
</h2>

If you'd prefer not to participate in crash report collection, you can easily opt out:

1. Go to the [ClickHouse Cloud Console](https://clickhouse.cloud)
2. Select your service
3. Click on the **Settings** tab
4. Scroll to find "Share crash reports with ClickHouse"
5. Toggle the option off to opt out

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/0ET0tmvcdorOGFOV/images/crash-reports.png?fit=max&auto=format&n=0ET0tmvcdorOGFOV&q=85&s=a2e8794c0d3cd012b9169f7d8d49ee49" size="md" alt="Where to find the opt out option in Cloud UI" width="1538" height="1420" data-path="images/crash-reports.png" />

<Note>
  In addition to the service setting, we also support configuring preferences for the organization. If the setting is disabled, i.e., opt out of the crash report collection, all existing and new services will be opted out automatically. If you set the preference to enabled i.e. opt in, you can selectively disable at the service level to override and opt out.
</Note>

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/ugkBEUh1ktXxba52/images/cloud/crash-reports-collection.png?fit=max&auto=format&n=ugkBEUh1ktXxba52&q=85&s=995c3f30cde87f74e7346a528b2e0e9e" size="md" alt="Crash reports collection" width="1412" height="380" data-path="images/cloud/crash-reports-collection.png" />
