> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/dashboard/missions/mission-handling/stop-mission.md).

# Stop mission

You can stop an immediate mission and a scheduled mission in the same way.

{% stepper %}
{% step %}

### Open the mission sensor MP

Click the mission sensor MP (for example, `TPatrol sensor 1`) in the Dashboard.

<figure><img src="/files/Ud7LA75IRtddNUzJwTPK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Transport Control buttons <img src="/files/C5LzRHBUSrNkYmDfApjP" alt="" data-size="line"> are located on the right side of the mission field.
{% endstep %}

{% step %}

### Stop the mission

Click **Stop mission** <img src="/files/H5EmEOMm5P9WgBCUzHlC" alt="" data-size="line"> and sign.

If you use a **BTINY009** sensor which is within wireless range of a **Cloud Connector**, you can also stop the mission from the sensor by pressing its tactile switch.

A scheduled mission can be stopped the same way. It also stops automatically at its predefined stop time.

<figure><img src="/files/Yo4WjyjDCzLQic3qNfAw" alt=""><figcaption><p>BTINY009</p></figcaption></figure>
{% endstep %}

{% step %}

### Review the completed mission

After you stop the mission, it appears in the mission list.

The graph and list views show the mission data.

<figure><img src="/files/0xYWAbDzZwhofubQmSHj" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
See [Mission object view](/boomerang-3-user-manual/dashboard/missions/mission-handling/mission-object-view.md) for where the Mission field and controls are located.
{% endhint %}


---

# 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:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/dashboard/missions/mission-handling/stop-mission.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.
