# Rolling back a prior import

In this section, we will review how to rollback (or undo) prior imports.  This operation will remove the data that was previously imported.

{% hint style="danger" %}
Warning - You should not use this operation if you have performed any manual modifications to the imported data, or have performed any DeviceLink operations using this imported data.
{% endhint %}

It is assumed that you have already launched the Copia Import Tool, and you are at the screen shown below.

{% hint style="info" %}
If you are not at the screen shown, return to the [Getting Started](/docs/devicelink/additional-features/copia-import-tool/getting-started.md) section to launch the Copia Import Tool.
{% endhint %}

Select the *Rollback a previous import* button.

<figure><img src="/files/WI2cFtgD4NvcsxEd2MoN" alt=""><figcaption></figcaption></figure>

A list of all of the prior imports will be listed for selection, similar to the test data below.

<figure><img src="/files/3Ib6eJeENAqdf1IdybdS" alt=""><figcaption></figcaption></figure>

Select an import, and it will expand to provide the details.  Scroll through and verify that this import matches the data that you want to remove, and then at the bottom of the selection press the *Rollback this Import* button.


---

# 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.copia.io/docs/devicelink/additional-features/copia-import-tool/rolling-back-a-prior-import.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.
