# Workflow 버전 관리

Workflow를 저장할 때마다 Workflow Version History에 새 버전이 저장됩니다.

모든 사용자는 가장 최근 Workflow 버전 중 최대 3개를 볼 수 있습니다. 유료 플랜을 사용하면 전체 버전 기록, 이름 변경, 이전 버전 복원 기능을 이용할 수 있습니다.

{% hint style="info" %}
플랜 및 관련 기능에 대한 최신 정보는 [pricing page](https://roboflow.com/pricing).
{% endhint %}

### 버전 보기

Workflow의 버전을 보려면 Workflow editor 오른쪽 사이드바에서 시계 아이콘을 클릭하세요. 저장된 모든 변경 사항을 보여주는 패널이 열립니다.

가장 최근에 저장된 버전은 Live로 표시됩니다. 이는 Workflow를 실행할 때 프로덕션에서 실행될 Workflow입니다.

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

### 버전 이름 설정

Workflow Version History에서 버전 이름을 설정할 수 있습니다. 버전 이름을 지정하려면 버전 이름 옆의 점 세 개를 클릭한 다음 "Rename"을 클릭하세요:

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

그런 다음 Workflow 버전에 이름을 지정할 수 있습니다:

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

그러면 버전 이름이 업데이트됩니다:

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

### 이전 버전으로 롤백

{% hint style="info" %}
이전 버전을 복원하려면 유료 플랜이 필요합니다.
{% endhint %}

언제든지 Workflow의 이전 버전으로 롤백할 수 있습니다.

이전 버전으로 롤백하려면 Workflow 이름 옆의 점 세 개를 클릭한 다음 "Restore"를 클릭하세요:

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

그러면 Workflow Version이 editor에 표시됩니다. 변경 사항을 저장하려면 "Save" 버튼을 클릭해야 합니다:

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

Save를 누르면 롤백한 변경 사항을 반영한 새 Workflow 버전이 생성됩니다. 그러면 이 버전이 Workflow의 Live 버전으로 설정됩니다.


---

# 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://docs.roboflow.com/roboflow/roboflow-ko/workflows/manage-workflow-versions.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.
