> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 멀티플레이어 서버 빌드의 수명 주기

> Deploying, DeletingRegion, Unhealthy 등의 PlayFab Multiplayer Servers 빌드 수명 주기 및 상태, 그리고 리전별 상태가 전체 빌드에 어떻게 롤업되는지에 대해 설명합니다.

빌드는 다음 상태 중 하나일 수 있습니다:

* **Unhealthy**: 하나 이상의 구성된 리전이 unhealthy 상태입니다.
* **Deploying**: 다음 조건이 충족됩니다:
  * **Unhealthy** 상태인 리전이 없습니다.
  * 하나 이상의 리전이 **Deploying** 상태입니다.
* **DeletingRegion**: 다음 조건이 충족됩니다:
  * **Unhealthy** 상태인 리전이 없습니다.
  * **Deploying** 상태인 리전이 없습니다.
  * 하나 이상의 리전이 **Deleting** 상태입니다.
* **Deployed**: 구성된 모든 리전이 **Deployed** 상태입니다.

이러한 상태 간의 전환은 다음 이미지에 나와 있으며 아래에 설명되어 있습니다:

<img src="https://mintcdn.com/microsoft-4404708b/U1LR64ZWxo45eXwl/images/playfab/multiplayer/servers/tutorials/multiplayer-build-status.jpg?fit=max&auto=format&n=U1LR64ZWxo45eXwl&q=85&s=0924726d19034eacfc287d5f40b2e550" alt="Multiplayer - Build Region Status" width="965" height="559" data-path="images/playfab/multiplayer/servers/tutorials/multiplayer-build-status.jpg" />

1. **Deploying/Deployed Regions**

   * **Deploying -> Deployed**: **Deploying**의 모든 리전이 이제 **Deployed** 상태입니다.
   * **Deployed -> Deploying**: 빌드에 대해 하나 이상의 새 리전이 구성되었습니다. 새 리전은 **Deploying** 상태입니다.

2. **Deploying -> Unhealthy**: **Deploying** 상태였던 하나 이상의 리전이 이제 **Unhealthy** 상태입니다.

3. **Deploying/Deleting Regions**

   * **Deployed -> DeletingRegion**(드문 시나리오): **Deploying**에 있는 리전이 삭제 요청되었습니다.
   * **DeletingRegion -> Deploying**(드문 시나리오): **Deleting**의 모든 리전이 삭제를 완료했으며, 새 리전이 추가되어 **Deploying** 상태인 새 리전입니다.

4. **Deployed/Deleting Regions**

   * **Deployed -> DeletingRegion**: 하나 이상의 리전이 삭제 요청되었습니다.
   * **DeletingRegion -> Deployed**: 삭제 요청된 모든 리전이 삭제되었습니다. 나머지 리전은 **Deployed** 상태입니다.

<Note>
  Start 및 Deleted는 내부 상태이며 노출되지 않습니다.
</Note>


## Related topics

- [멀티플레이어 서버 빌드 리전의 수명 주기](/ko/services/playfab/multiplayer/servers/multiplayer-build-region-lifecycle.md)
- [멀티플레이어 서버의 수명 주기](/ko/services/playfab/multiplayer/servers/multiplayer-game-server-lifecycle.md)
- [PlayFab 멀티플레이어 서버 빌드 배포](/ko/services/playfab/multiplayer/servers/deploying-playfab-multiplayer-server-builds.md)
- [멀티플레이어 게임을 호스팅하기 위한 PlayFab 멀티플레이어 서버 사용](/ko/services/playfab/multiplayer/servers/using-playfab-servers-to-host-games.md)
- [PlayFab 멀티플레이어 서버 용어](/ko/services/playfab/multiplayer/servers/server-terms.md)
