> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/sbisu/moderuno/chtoriaru/paipurainno-1.md).

# パイプラインの管理方法

## パイプラインの開始

1. **パイプライン一覧**を開く
2. 開始したいパイプラインを探し、アクション列の3点アイコンをクリック
3. **「開始」**&#x30A2;クションをクリック

{% hint style="info" %}
**注**：従量課金制ユーザー向け

パイプラインを正常に実行するには、以下を確認してください：

* 残高に十分な資金があります。参照ページ: <https://ai.fptcloud.com/pricing>
* 合計で**最大20の**パイプラインを作成可能
* 同時に起動できるパイプラインは最大2つまでです
* 各パイプラインは最大2ノードで構成できます
  {% endhint %}

{% hint style="info" %}
**注**：契約書への署名が必要な場合

パイプラインを正常に実行するには、以下を確認してください：

* 残高に十分な資金があること。参照ページ: <https://ai.fptcloud.com/pricing>
  {% endhint %}

## パイプラインをキャンセル

{% hint style="info" %}
**注意:** このパイプラインをキャンセルすると、すべてのデータと未保存のチェックポイントが失われます。
{% endhint %}

1. **パイプラインリスト**を開く
2. キャンセルしたいパイプラインを見つけ、**\[アクション]** 列の 3 点アイコンをクリックします
3. **「キャンセル」**&#x30A2;クションをクリック
4. 確認ダイアログが表示されます。理由を選択&#x3057;**「確認」**&#x30DC;タンをクリックして確定してくだ   \
   さい

## パイプラインを編集

1. **パイプライン一覧**を開く
2. 編集したいパイプラインを見つけ、アクション列の3点アイコンをクリックしてください
3. **編集**アクションをクリック

## パイプラインを削除

{% hint style="info" %}
**注意:** パイプラインを削除すると、一時ストレージと永続ストレージ内のすべてのデータが完全に削除されます\
。再度アクセスしたいデータは必ず保存してください。
{% endhint %}

1. **パイプラインリスト**を開く
2. 削除したいパイプラインを見つけ、アクション列の3点アイコンをクリック
3. **削除**アクションをクリック
4. 確認ダイアログが表示されます。テキストフィールドに「delete」と入力して確認し、**「確認」**&#x3092;   \
   クリックしてください


---

# 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, and the optional `goal` query parameter:

```
GET https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/sbisu/moderuno/chtoriaru/paipurainno-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
