> For the complete documentation index, see [llms.txt](https://docs.walnutai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walnutai.ai/test-and-quality-management/test-management/test-suites/managing-your-suites.md).

# Managing Your Suites

* **Updates:** From the Suites directory, you can update suite details, modify the test case list, or re-run executions as needed.
* **Remove Test Cases**: Click on a test case within the suite and select Remove from Suite. This action **does not** delete the test case from your project, it removes the test case from that specific suite.

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

* **Delete a Suite:** To permanently delete a suite from your workspace, navigate to the Suites directory and use one of the following methods:

  * Select the suite from the list and click the Delete Selected button.
  * Click the Delete icon associated with the specific suite you wish to remove.

  <figure><img src="/files/Beay764ldDYrFnAy51VK" alt=""><figcaption></figcaption></figure>
* **Export to Local Device**: You can download your suite for offline review or external documentation. Simply select the suite and click the Export button to save it directly to your laptop or local device.


---

# 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://docs.walnutai.ai/test-and-quality-management/test-management/test-suites/managing-your-suites.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.
