> 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.6.1/admin/main-feature/resources-group-management.md).

# 자원 그룹 관리

> 자원 그룹 관리에서는 그룹별 자원(머신)할당하여 옵션을 정의하고 그룹별 생성 및 활성화 가능한 프로젝트 수를 지정할 수 있습니다.

## 자원 그룹 목록

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

* **자원 그룹명 :** 관리자가 자원 그룹 생성시 입력한 자원 그룹의 이름&#x20;
* **머신 정보 :** 자원 그룹 생성시 선택한 자원(머신)&#x20;
* **사용자 수 :** 해당 그룹에 소속된 사용자 수
* **최대 생성 프로젝트 수 :** 해당 그룹 내 사용자가 생성할 수 있는 프로젝트 최대 개수&#x20;
* **최대 활성 프로젝트 수 :** 해당 그룹 내 사용자가 활성화 할 수 있는 프로젝트 최대 개수&#x20;
* **관리 :** 특정 그룹을 삭제할 수 있으며, 그룹 내에 **사용자가 존재하지 않는 경우**에만 삭제가 가능합니다. 그렇지 않을 경우, 해당 버튼은 비활성화 상태로 보여집니다.

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

### 1.  자원 그룹 생성

자원 관리에서는 그룹에 할당할 자원(머신)을 생성하고 관리할 수 있습니다. 생성된 자원은 **그룹 내 사용자별 사용 가능한 자원**을 의미합니다.

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

* 자원 그룹 목록 우측의 **“자원 그룹 생성”** 버튼을 클릭합니다.
* **자원 그룹명, 그룹 설명을** 입력합니다. (그룹명은 띄어쓰기 포함 최대 15자 이하 입력 가능)
* 자원 목록에서 생성한 자원 옵션이 출력 되고 해당 그룹에 할당할 **머신을 선택**합니다. \
  (복수 선택 가능,  그룹 내 사용자 수와 서버 스펙을 고려하여 선택 필요.)&#x20;
* 프로젝트 제한에서는 사용자 별 최대 생성 가능한 프로젝트 수와 최대 활성화 가능한 프로젝트 수를 지정할 수 있습니다. **이때, 최대 활성 프로젝트 수는 최대 생성 프로젝트 수보다 작거나 같게 지정해야 합니다.**

### 2. 자원 그룹 수정

<div align="center"><figure><img src="/files/Di2o21cyf6ex5HpS11ZM" alt=""><figcaption></figcaption></figure></div>

* 자원 그룹 목록에서 수정이 필요한 그룹명을 클릭하시면, 자원 그룹 모달이 출력됩니다. 이때, 하단의 **수정** 버튼을 클릭하면, 입력창이 활성화됩니다.
* 수정 시, 필수 내용이 누락되는 경우, 에러 메시지와 함께 수정이 불가 하니 유의하시기 바랍니다.
* 기존 머신으로 생성된 프로젝트는 사용자의 그룹 내 머신 변경이 일어나면 **자동 비활성화 되어집니다.** 확인 후 선택하시기 바랍니다.

### 3. 자원 그룹 삭제

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

* 자원 그룹 목록에서 삭제가 필요한 자원 그룹의 "삭제" 버튼을 클릭하시면, 삭제 모달이 출력됩니다.&#x20;
* 해당 자원 **그룹 내에 사용자가 없는 경우**에만 삭제가 가능하며, 사용자가 존재하는 경우 삭제가 불가합니다.
* 삭제 후 복원은 불가하니 유의하시어 진행하시기 바랍니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://mondrian.gitbook.io/yennefer-cluster/c1.6.1/admin/main-feature/resources-group-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
