> 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-testing-test-jobs/tutorials/how-to-manage-a-job.md).

# 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
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-testing-test-jobs/tutorials/how-to-manage-a-job.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.
