# Update status or delete project

Keeping your project status current gives your team a clear picture of where things stand. You can update it at any point as work progresses or wraps up.

### Update project status

{% hint style="info" %}
**When to use:** You want to reflect the current state of a project after something has changed.
{% endhint %}

1. Find and open your project.
2. On the right side of the project modal under **Details**, click the **Status** field next to the Status label.
3. Select the status that applies.

**Expected outcome:** The project status updates immediately and is reflected across the project record.

#### Field reference

* **Todo:** The project is active and work is in progress.
* **Completed:** All work on the project has been finished.
* **Canceled:** The project is no longer moving forward.

***

### Delete a project

How to permanently remove a project from Wonderly

When a project is no longer needed, you can delete it to keep your Client Work hub clean. Deletion is permanent, so make sure you no longer need the project before proceeding.

{% hint style="info" %}
**When to use:** You want to permanently remove a project from your Wonderly account.
{% endhint %}

1. Find and open your project.
2. Click the **three dots** (⋯) in the top-right corner of the project modal.
3. Click **Delete**.
4. Type the project name in the confirmation field.
5. Click **Delete project** to confirm.

**Expected outcome:** The project is permanently removed from your Wonderly account.

**FAQ:**

**Is there an archive option?** Not yet. At the moment, deletion is the only way to remove a project from Wonderly.

**If I delete a project, do the linked tasks and files get deleted too?** Yes. Deleting a project permanently removes all linked tasks and files. This action cannot be undone.


---

# 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://www.wonderly.com/help/work-hub/projects-overview/manage-and-collaborate/update-status-or-delete-project.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.
