# Cancel Download

If you need to stop a bulk download early, you can use the `cancel()` method to safely exit. No more tiles will be downloaded, and any tiles still within the buffer (see [Buffering](/v8/bulk-downloading/foreground/buffering.md)) will be written.

{% hint style="info" %}
There is no support to pause downloads, nor is there planned support.
{% endhint %}


---

# 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://fmtc.jaffaketchup.dev/v8/bulk-downloading/cancel-download.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.
