> 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/fpt-ai-studio/services/model-fine-tuning/tutorials/how-to-manage-a-pipeline.md).

# How to Manage a Pipeline?

## Start Pipeline

1. Open the **Pipeline list**
2. Find the Pipeline you want to start and click the 3-dot icon in the **Actions** column
3. Click **Start** action

{% hint style="info" %} <mark style="color:$warning;">**Note:**</mark> <mark style="color:$warning;"></mark><mark style="color:$warning;">For the PAYG user</mark>

To run a pipeline successfully, ensure:

* Balance has sufficient funds. Reference page: <https://ai.fptcloud.com/pricing>
* Create up to **20** pipelines in total
* Only **2** pipelines can be started concurrently at any given time
* Each pipeline can be configured with a maximum of 2 nodes
  {% endhint %}

{% hint style="info" %} <mark style="color:$warning;">**Note:**</mark> <mark style="color:$warning;"></mark><mark style="color:$warning;">For the user to sign a contract</mark>

To run a pipeline successfully, ensure:

* Balance has sufficient funds. Reference page: <https://ai.fptcloud.com/pricing>
  {% endhint %}

## Cancel Pipeline

{% hint style="info" %} <mark style="color:$warning;">**Note**</mark><mark style="color:$warning;">:</mark> Canceling this pipeline will result in losing all data and unsaved checkpoints.
{% endhint %}

1. Open the **Pipeline list**
2. Find the Pipeline you want to cancel and click the 3-dot icon in the **Actions** column
3. Click **Cancel** action
4. A confirmation dialog appears. Confirm by selecting a reason and clicking **Confirm** button

## Edit Pipeline

1. Open the **Pipeline list**
2. Find the Pipeline you want to edit and click the 3-dot icon in the **Actions** column
3. Click **Edit** action

## Delete Pipeline

{% hint style="info" %} <mark style="color:$warning;">**Note**</mark><mark style="color:$warning;">:</mark> Deleting a pipeline permanently all data in temporary storage and persistent storage. Be sure you've saved any data you want to access again.
{% endhint %}

1. Open the **Pipeline list**
2. Find the Pipeline you want to delete and click 3-dot icon in the **Actions** column
3. Click **Delete** action
4. A confirmation dialog appears. Confirm by entering the "delete" in the text field and click **Confirm**


---

# 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/fpt-ai-studio/services/model-fine-tuning/tutorials/how-to-manage-a-pipeline.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.
