# /habit remove

Remove one of your habits if it’s no longer needed. Use this command to delete a habit from your list and stop tracking it—perfect for when you’ve accomplished a goal or want to simplify your routine.

***

### 💬 Usage

```
/habit remove <name>
```

* `<name>` – The exact name of the habit you want to remove (as listed with `/habit list`)

***

### 📌 Example

```
/habit remove Hydrate
```

This will:

* Permanently delete the habit named “Hydrate” from your tracked habits
* Stop all XP, reminders, and tracking for this habit
* Confirm the removal with a message or embed

***

### 🗃️ Notes

* Only habits you’ve created can be removed
* Be careful—removal is permanent and cannot be undone
* If you want to reschedule or edit a habit instead, use the appropriate command
* Removed habits will no longer show up in your habit list or stats

***

### 🔍 Related Commands

* [**/habit list**](/elysium-bot/commands-overview/habit-commands/habit-list.md) – View all your current habits
* [**/habit add**](/elysium-bot/commands-overview/habit-commands/habit-add.md) – Add a new daily or weekly habit
* [**/habit reschedule**](/elysium-bot/commands-overview/habit-commands/habit-reschedule.md) – Change a habit’s scheduled time
* [**/habit stats**](/elysium-bot/commands-overview/habit-commands/habit-stats.md) – View statistics for your habits
* [**/habit points**](/elysium-bot/commands-overview/habit-commands/habit-points.md) – See the XP you’ve earned from habits


---

# 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://asterias-moons.gitbook.io/elysium-bot/commands-overview/habit-commands/habit-remove.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.
