# Rollback

💡 Rollback is a quick method to let you undo (delete) previously Inserted records.

## When can I Rollback?

You can Rollback any Insert Job. This includes when sampling is used, and for Retry jobs. Rollback will be available for a Job run for up to 7 days after the job is complete.

## How to Rollback

From the Successful records page of an Insert Job, you will see the Rollback button at the top right:

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

Clicking this button, and confirming on the next screen, will then create a new job run, with Rollback appended to the name:

<figure><img src="/files/AyM60stY1R5w3eX3xlbi" alt=""><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://help.dataimporter.io/jobs/rollback.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.
