# 项目归档、删除

在项目管理过程中，当一个项目已完成或者暂停时，项目管理员可以对项目进行归档的操作。

### 1. 归档项目

在`项目操作`中，点击`归档`，弹窗中点击`确定`，即可归档项目；已归档的项目中，项目管理员的操作不会受到限制，但普通项目成员将只能查看项目，无法编辑项目内容。

### 2. 取消归档

当需要取消在`项目操作`中点击`取消归档`，弹窗中点击`确定`，可取消归档项目；取消归档后，普通项目成员的操作权限也会恢复正常。

### 3. 查看已归档项目

已归档的项目可以通过以下 2 个入口查看：

&#x20;:digit\_one: 进入`Project首页`，点击`已归档`Tab，可以看到已归档的项目列表。

:digit\_two: 进入`Project配置中心`-`项目管理`，点击`已归档`Tab，可以看到所有已归档的项目列表。

### 4. 删除项目

当项目不再需要时，可以将其删除。

{% hint style="danger" %}
项目删除后，项目内的所有内容将会被删除，且无法恢复，请谨慎操作！
{% 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://guides-ones.gitbook.io/guides/usage-guide/ones-project/xiang-mu-gui-dang-shan-chu.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.
