# Delete an Agent

## **Overview**

Is your AutoGPT Monitor getting cluttered or did you create an agent you no longer see? Learn how to quickly delete unwanted agents.

## **Steps to Delete an Agent**

1. **Locate the Agent**
   * Navigate to the Monitor Tab in the AutoGPT builder
   * Find the agent you want to delete from the list
2. **Select the Agent**
   * Click on the agent you wish to delete
3. **Delete the Agent**
   * Look for the trash icon on the right side of the interface
   * Click the trash icon
   * A confirmation dialog will appear asking "Are you sure you want to delete this agent?"
   * Click "Yes, delete" to confirm

Once confirmed, the agent will be immediately removed from your list.

**Note**: This action cannot be undone, so make sure you want to permanently delete the agent before confirming.


---

# 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://agpt.co/docs/platform/tutorials/delete-agent.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.
