# Delete a Model

Projects are normally removed from the active dashboard by archiving them. Deletion is available from the archived project view.

## Archive a project

1. Open the Dashboard.
2. Open the project options menu on the project card.
3. Select **Archive**.

The project is moved to **Archived Projects** and can be restored later.

## Restore a project

1. Open **Archived Projects**.
2. Open the project options menu.
3. Select **Restore**.

The project returns to the active dashboard.

## Delete a project permanently

1. Open **Archived Projects**.
2. Open the project options menu.
3. Select **Delete**.
4. Confirm the deletion in the confirmation dialog.

{% hint style="danger" %}
Deleting a project is permanent. All project data and stored project files are removed.
{% endhint %}


---

# 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://help.pesipiuma.app/en/workspace-management/model-operations/delete-a-model.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.
