# Cancel Order

The **Cancel Orders** feature allows traders to **manually terminate an active order** before completion, preventing further execution. This provides flexibility to **lock in profits, limit exposure, or respond to unfavorable market conditions**.

#### **How It Works**

1. Click **Cancel** on an **active order** to immediately stop further execution.
2. The **order status updates to Canceled**, and no further trades will be executed for that order.
3. **Any unfilled portion remains unexecuted**, and no new placements will be made.

#### **Limitations**

* **Irreversible Action** – Once an order is canceled, it **cannot be resumed** and must be resubmitted as a **new order** if execution is needed.

#### **Cancel All Orders**

Traders can **cancel all active orders at once** from the **main execution page** or **order management page**. Clicking **Cancel All** will:

* **Immediately stop execution for all open orders** across selected accounts.
* Provide a **fast way to manage risk** and exit multiple trades simultaneously.

The **Cancel Orders and Cancel All** feature gives traders **full control over execution**, allowing them to quickly **exit positions, manage risk, and adapt to changing market conditions**.


---

# 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.tread.fi/order-tracking-and-portfolio-management/manage-order/cancel-order.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.
