> ## Documentation Index
> Fetch the complete documentation index at: https://resumecontext.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# projects

> List and delete projects.

## list

```bash theme={"theme":"nord"}
resumecontext projects list
```

Every project you own or have access to, with its id. You need the id for
`projects delete`. Projects you have been invited to but not yet joined are
listed as **invited (pending)**; run `resumecontext accept` in that project's
directory to join.

## delete

```bash theme={"theme":"nord"}
resumecontext projects delete <projectId>
```

Permanently deletes the project **and all the conversations synced into it**,
for everyone with access. Owner only. This cannot be undone.

<Warning>
  There is no soft delete and no export. If you want the history, read it from
  the [dashboard](https://resumecontext.com/dashboard) before deleting.
</Warning>
