# Delete a Backtest

To delete a backtest, first go to the strategy detail then click on the backtest you wish to remove. In the top-righ corner you will see a menu button where you can select 'Delete'.&#x20;

Deleting a backtest only removes the record it created for that version (i.e. any results which were created by executing the strategy on historical data with certain parameters assigned). It does not affect any deployment that was launched from that backtest version.&#x20;

![](https://1280131605-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LL8qCacd77-C_Tcc0xo%2F-Lqt_Rj4Mm5asBZ3VRA0%2F-LqtcCOFHJNyE331vR9y%2FScreenshot%202019-10-11%2009.02.54.png?alt=media\&token=d6960194-e842-4a61-a1d9-868bc0b94b41)

\
Backtests are shown publicly if the deployment is published to the Strategies Marketplace. If you do not want the backtest to be published along with the strategy, you need to delete the backtest record.&#x20;

Deleting a backtest for an already published strategy will remove backtest records from the published strategy detail as well. If you are sure you want to remove it, confirm your choice in the pop-up window.&#x20;

![](https://1280131605-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LL8qCacd77-C_Tcc0xo%2F-Lqt_Rj4Mm5asBZ3VRA0%2F-LqtapxkQWAOC3fVr3Nl%2FScreenshot%202019-10-11%2008.56.36.png?alt=media\&token=f9d915bf-da05-400d-9a66-5c06d9d8eef6)


---

# 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.signals.network/getting-started/strategies/create-my-strategy/backtests/delete-backtest.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.
