> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/manage-workflow-versions.md).

# Workflow 버전 관리

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

모든 사용자는 가장 최근의 Workflow 버전 중 최대 3개까지 볼 수 있습니다. 유료 플랜에서는 전체 버전 기록, 이름 변경, 이전 버전 복원이 가능합니다.

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

### See Versions

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

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

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

### 버전 이름 설정

Workflow Version History에서 버전 이름을 설정할 수 있습니다. 버전에 이름을 지정하려면 버전 이름 옆의 점 3개를 클릭한 다음 "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 이름 옆의 점 3개를 클릭한 다음 "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
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:

```
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.
