# Wipe Data Source

## Overview

Neurelo offers the “Wipe Data Source” feature, designed to erase all data from your database and reset your database schema. This feature is especially valuable for clearing your test databases, helping in troubleshooting, or facilitating a rapid environment refresh.

{% hint style="danger" %}
It is recommended that you ONLY use this feature with test databases. Do NOT use this feature with data sources with data you may not want to lose e.g. staging or production&#x20;
{% endhint %}

To initiate the wipe, navigate to your “Data Sources” tab and select the Data Source you wish to wipe.

<figure><img src="/files/6IGvjy0sKcrnmNhE14dC" alt="" width="563"><figcaption></figcaption></figure>

In the “Data Sources” view, the Wipe Data Source option is available in the Danger Zone section at the bottom of the settings. You will notice that the Wipe Data Source action in the “Danger Zone” is disabled by default.&#x20;

<figure><img src="/files/1txedhc4PlfxjapdysAJ" alt="" width="563"><figcaption></figcaption></figure>

This is a safety measure and is due to Neurelo's default setting of enabling “Wipe Protection” for every project. This helps safeguard against unintended data loss. Neurelo will not proceed with wiping your data source as long as this flag is active.

<figure><img src="/files/7IYR2b1aJDdWbBaYmSZO" alt="" width="563"><figcaption></figcaption></figure>

To proceed with wiping the data source, you must disable this flag. You can do this by toggling off the “Wipe Protection” switch and then clicking on “Save.”

{% hint style="warning" %}
It is also important to ensure that your environment runners are stopped before wiping your data source to avoid any inconsistent behavior with your API queries.&#x20;
{% endhint %}

Once these actions are complete, you can click on the “Wipe” button located in the “Danger Zone” section. A dialog for wiping the data source will then appear.&#x20;

<figure><img src="/files/F8NeEJpmiKkUvcge30TM" alt="" width="375"><figcaption></figcaption></figure>

Input the specified confirmation text to confirm your intention to wipe your data source. Be mindful that this action is irreversible. After confirmation, click on the “Wipe Data Source” button.

A notification will appear in the top right corner of the page, indicating that the wipe data source process has started. Following successful completion, a message stating “Data Source wiped successfully” will be displayed. This action will also be reflected in Neurelo’s audit logs.

<figure><img src="/files/nxMAa1BMqag7IZXCkzwx" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.neurelo.com/guides/wipe-data-source.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.
