# How to Manage a Job?

## Run Job

1. Open the **Job List**
2. Find the Job 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 job successfully, ensure:

* Balance has sufficient funds. Reference page: <https://ai.fptcloud.com/pricing>
* Create up to **20** jobs in total
* Only **2** jobs can be started concurrently at any given time
  {% endhint %}

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

To run a job successfully, ensure:

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

## Cancel Job

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

1. Open the **Job List**
2. Find the Job 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

## Delete Job

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

1. Open the **Job List**
2. Find the Job 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-testing-test-jobs/tutorials/how-to-manage-a-job.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.
