> 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-jp/workflows/manage-workflow-versions.md).

# Workflow のバージョンを管理

Workflowを保存するたびに、新しいバージョンがWorkflow Version Historyに保存されます。

すべてのユーザーは、最新のWorkflowバージョンを最大3件まで表示できます。有料プランでは、完全なバージョン履歴、名前の変更、以前のバージョンを復元する機能が利用できます。

{% hint style="info" %}
プランとそれに関連する機能の最新情報については、こちらをご覧ください: [pricing page](https://roboflow.com/pricing).
{% endhint %}

### Versionsを見る

WorkflowのVersionsを見るには、Workflow editorの右側サイドバーにある時計アイコンをクリックします。すると、保存された変更内容すべてを表示するパネルが開きます。

最新の保存バージョンにはLiveのマークが付きます。これは、Workflowを実行したときに本番環境で実行されるWorkflowです。

<figure><img src="/files/3c118414b77026f2ba54d3b502eeb021d0aeec57" alt=""><figcaption></figcaption></figure>

### Version名を設定する

Workflow Version Historyでは、バージョンに名前を付けることができます。バージョンに名前を付けるには、バージョン名の横にある3つの点をクリックし、次に「Rename」をクリックします:

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

その後、Workflowバージョンの名前を指定できます:

<figure><img src="/files/97c8d7f062f6a3f57a5a11f3edf847cfafcb49f7" alt=""><figcaption></figcaption></figure>

すると、バージョン名が更新されます:

<figure><img src="/files/699d56bb22f507b9bd8532754271b9dcfc5a3e34" alt=""><figcaption></figcaption></figure>

### 以前のVersionにロールバックする

{% hint style="info" %}
以前のバージョンを復元するには、有料プランが必要です。
{% endhint %}

Workflowはいつでも以前のVersionにロールバックできます。

以前のバージョンにロールバックするには、Workflow名の横にある3つの点をクリックし、次に「Restore」をクリックします:

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

すると、Workflow Versionがeditorに表示されます。変更内容を保存するには、「Save」ボタンをクリックする必要があります:

<figure><img src="/files/80b404f3695c43b6aa9b9c0483291ba01c97c4ae" 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-jp/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.
