> For the complete documentation index, see [llms.txt](https://mondrian.gitbook.io/yennefer-cluster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mondrian.gitbook.io/yennefer-cluster/c1.8.1/admin/main-feature/project-management.md).

# 프로젝트 관리

> 프로젝트 관리에서는 시스템에 생성된 전체 프로젝트 현황을 확인하고 제어할 수 있습니다.

## 프로젝트 관리&#x20;

<figure><img src="/files/JwXutwQCubXhHnYTaKB7" alt=""><figcaption></figcaption></figure>

* **프로젝트 목록 검색 :** 원하는 프로젝트 명을 입력하여 검색할 수 있습니다.
* **상태 :** 프로젝트의 활성화 상태를 나타냅니다.\
  &#x20;         ![](https://lh3.googleusercontent.com/cx_Q0e_Y2Ji9Gsjbf3A9fmRy2UV1vBn2NUx2Bns1ISwb3ANSTuJrRbgD23eNMeItj2GRh8TJ_0hUeaUwdhefl541W47okg1lKcPx6rmybQDuCS_vwVPnGKrlGErkI-Zj5hQQpFMuBjIXcNCL2N3fdPBs9KaroBVbB7l7Km1r5-wtp806A4B4cFkxabTlVQ) Active - 프로젝트가 활성화 상태임을 의미합니다.\
  &#x20;         ![](/files/YZTdtWX0bUipAxjq67UY) Inactive - 프로젝트가 비활성화 상태임을 의미합니다.
* **프로젝트명** : Yennefer Studio에서 생성한 프로젝트를 의미합니다. 클릭 시, 프로젝트 상세 페이지로 이동합니다.
* **소유자 :** 프로젝트를 생성한 사용자를 의미합니다.
* **활성중인 시간 :** 해당 프로젝트가 활성화 상태로 전환된 시점 \~ 현재까지의 시간을 (유지시간) 의미합니다.&#x20;
* **할당 노드 :** 해당 프로젝트가 사용중인 머신이 할당된 노드를 의미합니다. 노드별 자원이 부족한 경우 프로젝트 활성화에 문제가 발생할 수 있습니다.
* **CPU 할당량 :** 프로젝트에 할당된 CPU의 Core수를 의미합니다.
* **CPU 활용률 :** 프로젝트에 할당된 CPU의 현재 활용률입니다.
* **Memory 할당량 :** 프로젝트에 할당된 Memory 용량을 의미합니다.
* **Memory 활용률 :** 프로젝트에 할당된 Memory의 현재 활용률입니다.
* **GPU 종류 :** 프로젝트에 할당된 GPU의 종류와 개수입니다.
* **VRAM 활용률 :** 프로젝트에 할당된 GPU의 VRAM 현재 활용률입니다.

<figure><img src="/files/ijpJbkvK4Xk93rzXJ6AJ" alt=""><figcaption></figcaption></figure>

### 1. 프로젝트 정보 페이지

프로젝트 목록에서 **프로젝트명을 클릭하면** 프로젝트 정보 페이지로 이동할 수 있습니다.

<figure><img src="/files/DWgY35qKkhFwd9PdK2d5" alt=""><figcaption></figcaption></figure>

* 프로젝트 정보 페이지에서는 **해당 프로젝트의 기본 정보와 자원 활용량**을 확인할 수 있습니다.
* 각 버튼을 통해 해당 프로젝트를 제어할 수 있습니다. **“바로가기”**&#xBC84;튼 클릭 시 **studio 내 상세 페이지**로 이동합니다.
* **활성화 또는 비활성화 버튼**을 통해 프로젝트의 상태를 제어할 수 있습니다.
* 삭제 버튼을 통해 프로젝트를 삭제할 수 있습니다. 이 때 프로젝트는 비활성화 상태여야 합니다.
* 해당 프로젝트에 사용 되고 있는 자원 활용량을 확인할 수 있으며 **엑셀 다운로드 버튼**을 통해 자원 활용에 대한 **엑셀 파일을 제공**받으실 수 있습니다.
* 비활성화 상태에서는 자원 사용량이 출력 되지 않습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://mondrian.gitbook.io/yennefer-cluster/c1.8.1/admin/main-feature/project-management.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.
