# 머신 등록

## 머신 등록 조건

### 최소 사양

머신을 등록하려면 다음과 같은 최소 사양을 충족해야합니다.

* GPU: 최소 1개 이상 할당
* RAM: 최소 32GB 이상 할당
* CPU: 최소 8코어 이상 할당
* 디스크: 최소 100GB 이상 할당

## 자원 할당 가이드

유효 범위 내 할당: 머신 등록 시 위의 최소 사양을 준수하여 자원을 할당해주세요.

최대 할당량: 서버의 할당 가능한 범위 내에서 자유롭게 설정이 가능합니다.

***

## 머신 등록 방법

{% hint style="info" %}
‘**머신**’은 서버 자원의 일부(GPU 등)를 할당하여 사용자에게 제공하는 상품 단위를 의미합니다.\
머신 등록 개수는 서버에 탑재된 GPU 수를 기준으로 설정됩니다. 예를 들어, **GPU 1개를 사용하는 서버에서는 머신도 1개만 등록할 수 있습니다.**
{% endhint %}

#### 1. <mark style="color:blue;">`마이페이지 > 판매 관리 > 서버/머신 관리`</mark> <mark style="color:$primary;">메뉴로 이동한 후 '서버 목록'을 클릭, '머신 등록' 버튼을 클릭합니다.</mark>

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

#### 2. 머신의 주요 사양(GPU 모델명 등)을 입력하고, 시간당 이용 요금을 설정합니다. 해당 요금은 사용자가 머신을 1시간 동안 사용할 경우 지불하게 되는 금액입니다. 이후 등록 버튼을 클릭하여 머신을 등록합니다.

<figure><img src="/files/4wKmRLAxeqA4ys3VF7I6" alt=""><figcaption></figcaption></figure>

#### 3. 머신 상품이 등록되면, 최종 확인 후 ‘머신 활성화’ 버튼을 클릭하여 상품을 사용자에게 노출할 수 있습니다.&#x20;

<figure><img src="/files/23dMthDbLzu3igX0HBRS" alt=""><figcaption></figcaption></figure>

#### 4. 활성화를 설정하면 해당 머신 상품이 사용자에게 노출됩니다. 사용자는 설정된 시간당 요금을 지불하고, 지정된 자원만큼의 컨테이너 환경을 이용할 수 있습니다.

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


---

# 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://runyourai.gitbook.io/userguide/provider/conditions-3.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.
