# Projects

A **project** in RetroDeep represents a specific application or a service that you are developing under which all related deployments are grouped. Each project can have multiple environments or versions deployed at different stages of development, such as testing, staging, and production.

The `retrodeep projects` command is your hub for managing all your RetroDeep projects from the terminal.

## Usage

To list all projects associated with your RetroDeep account:

```bash
retrodeep projects
```

This command fetches and displays a list of all your projects, making it easy to keep track of what you have deployed or are working on.

## Deleting a Project

To delete a project, use the `retrodeep rm` command with the project's name or ID:

```bash
retrodeep rm [Project Name] 
```

{% hint style="danger" %}
Using`retrodeep rm`with a project name, the entire project and all its deployment will be removed.
{% endhint %}

## Additional Help

For more detailed instructions or help with specific commands, you can use the help option:

```bash
retrodeep help projects
```

This command will provide a detailed guide and usage instructions right in your terminal.


---

# 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://docs.retrodeep.com/retrodeep-cli/projects.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.
