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