# 플랜 변경

시작하기 전

Hostyle 서비스는 **언제든지 상위 플랜으로 업그레이드**가 가능하며,\
기존 플랜의 남은 기간을 기준으로 **일할 계산된 차액만 결제**하시면 됩니다.

***

### 🔼 플랜 업그레이드 안내

업그레이드는 현재 사용 중인 서비스의 **만료일은 그대로 유지**되며,\
업그레이드에 따른 요금만 추가로 결제됩니다.

#### 💡 요금 산정 방식

```
업그레이드 금액 = (새 플랜 할인가 / 전체일수 × 잔여일수)  
차감 금액 = (기존 플랜 할인가 / 전체일수 × 잔여일수)  
최종 결제 금액 = 업그레이드 금액 - 차감 금액
```

📊 **예시 계산**

| 항목                 | 금액                       |
| ------------------ | ------------------------ |
| 기존 플랜 월 요금 (할인 적용) | 1,000원                   |
| 새 플랜 월 요금 (할인 적용)  | 2,000원                   |
| 계약 기간              | 1개월                      |
| 사용 일수              | 2일                       |
| 차감 금액              | 68원                      |
| 최종 결제 금액           | **932원**                 |
| 서비스 만료일            | **2026년 1월 21일** (변동 없음) |

> ✅ **남은 가치는 자동으로 계산되어 차감됩니다.**

### 🔽 플랜 다운그레이드 안내

> ⚠️ **디스크 용량 및 데이터 손실 우려**로 인해\
> **현재는 하위 플랜으로의 변경(다운그레이드)은 제공되지 않습니다.**

보다 안정적인 운영을 위해,\
**상위 플랜 업그레이드만 가능**하도록 제한하고 있으니 양해 부탁드립니다.

## 1. 플랜 변경 진입

* 대시보드 진입 -> 플랜변경 클릭

<figure><img src="/files/0C2qakOWBTyZQIE90sbj" alt=""><figcaption></figcaption></figure>

## 2. 업그레이드 할 플랜 선택

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

{% hint style="info" %}

* 디스크 공간 축소시 웹서버의 장애발생을 고려하여 다운그레이드는 불가합니다.
  {% endhint %}

## 3. 요금 확인 후 결제 진행

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

## 4. 업그레이드 완료 및 확인

* cPanel 진입 -> 우측 상태바에 디스크 사용량 확장 체크

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

<figure><img src="/files/HQNbZfmFGWi5cXkmZjHq" 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://s-organization-887.gitbook.io/hostyle-web/undefined-2/undefined.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.
