> For the complete documentation index, see [llms.txt](https://docs.bito.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bito.ai/ai-code-reviews-in-git/install-run-using-bito-cloud/delete-unused-agent-instances.md).

# Delete unused Agent instances

If you no longer need an [AI Code Review Agent](/ai-code-reviews-in-git/overview.md) instance, you can delete it to keep your workspace organized. Follow the steps below to quickly remove any unused Agents.

1. [**Log in to Bito Cloud**](https://alpha.bito.ai/) and select a workspace to get started.
2. From the left sidebar, select [**Code Review Agents**](https://alpha.bito.ai/home/ai-agents/code-review-agent).

   If your Bito workspace is connected to your GitHub/GitLab/Bitbucket account, a list of AI Code Review Agent instances configured in your workspace will appear.

<figure><img src="/files/0cCfIxk66SoV9qgCJz08" alt=""><figcaption></figcaption></figure>

2. Before deleting an Agent, ensure that any repositories currently using it are reassigned to another Agent otherwise a warning popup will appear.

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

3. Locate the Agent you wish to delete and click the **Delete** button given in front of it.

{% hint style="info" %}
**Note:** The **Default Agent** (provided by Bito) cannot be deleted.
{% endhint %}

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bito.ai/ai-code-reviews-in-git/install-run-using-bito-cloud/delete-unused-agent-instances.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
