> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsiam/cloud-security/cortex-cloud-data-classification/how-to-disable-and-enable-data-profiles-in-cortex-cloud-data-classification.md).

# How to disable and enable data profiles in Cortex Cloud Data Classification

{% hint style="info" %}
This feature is included with a Cortex XSIAM Premium license. It is also included with any other Cortex XSIAM license that has the Cloud Posture Security or Cloud Runtime Security add-on. If you have the Endpoint DLP add-on, Data Classification is automatically available.
{% endhint %}

### Understand data profile statuses

Data profiles define what constitutes sensitive data for your organization and are applicable to both files and tables. You have the flexibility to enable or disable both out-of-the-box (OOTB) and custom data profiles.

* **Enabled:** When a data profile is enabled, Cortex Cloud Data Classification actively applies its definitions to identify sensitive data.
* **Disabled:** When a data profile is disabled, all data profile results are removed from the object; that is, file or table.

{% hint style="info" %}

### Note

Existing results on past scans are updated in the Asset and Object inventories within two hours after being disabled or enabled.
{% endhint %}

### Disable data profiles

You can disable data profiles that you do not require. Disabled data profiles are not searched for in new scans. Existing results on past scans are updated in the Asset and Object inventories within two hours after being disabled or enabled.

1. In the lower left part of the screen, click **Settings** → **Configurations** → **Data Classification** → **Data Profiles**.
2. Right-click the rows of the data profiles you want to disable, and in the context menu, select **Disable**.
3. In the **Disable Data Profile** screen, click **Yes** to disable the data profile or profiles that you selected, or click **No** to cancel. If you click **Yes**, the data profile will be disabled and appear grayed out. You can enable it again if required, as described below.

### Enable data profiles

You can enable data profiles after they have been disabled. Once enabled, within two hours, the profiles are recalculated on the existing data in the Asset and Object inventories. After the new scans calculate these data profiles, the results are then visible in all relevant modules.

1. Right-click the rows of the disabled data profiles that you want to enable, and in the context menu, click **Enable**.
2. In the **Enable Data Profile** screen, click **Yes** to enable the data profile or profiles that you selected, or click **No** to cancel.

{% hint style="info" %}

### Note

For more information about data profiles in Cortex Cloud Data Classification, see [What is Cortex Cloud Data Classification?](/cortex-xsiam/cloud-security/cortex-cloud-data-classification.md).
{% endhint %}

### Important considerations

* **Global impact of built-in data profiles**: You can only enable or disable them.
* **Flexibility for custom profiles:** You can do the following with custom data profiles, including those you have duplicated from built-in data profiles:
  * Edit
  * Duplicate
  * Delete
  * Disable
  * Enable


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsiam/cloud-security/cortex-cloud-data-classification/how-to-disable-and-enable-data-profiles-in-cortex-cloud-data-classification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
