# Job Management

### Create a Job

To launch a job:

1. Click the ➕ icon in the top-left corner of **Job List**
2. Enter the **Job Name**
3. Select:
   * **GPU Type and Quantity**
   * **CPU and RAM Specs**
   * **Container Image**
4. Enter the **command** to execute:

```bash
echo "Hello World"
```

<figure><img src="https://359648826-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FczvFDRUHYgwRH0wSxo3t%2Fuploads%2FNpfzdmlUm6Pcz1jBSose%2Fimage.png?alt=media&#x26;token=00c34734-ed72-4a9b-b022-eda9e6a3628c" alt=""><figcaption></figcaption></figure>

5. Click \[Next Step | Advanced Settings] (optional)
6. Review and click \[Create]

<figure><img src="https://359648826-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FczvFDRUHYgwRH0wSxo3t%2Fuploads%2FjXPhzIKPaxtjbMPRU29W%2Fimage.png?alt=media&#x26;token=16f201f7-3c1a-452e-bc92-dd00a3d42715" alt=""><figcaption></figcaption></figure>

> ⏳ Job status will update from Job Initialize → Succeeded upon completion.

***

### Job Scheduling

You can schedule jobs to run automatically using one of two methods:

#### Method 1: From Job Scheduling Page

{% stepper %}
{% step %}
Go to **Job Management → Job Scheduling**
{% endstep %}

{% step %}
Click ➕ to Create Schedule
{% endstep %}

{% step %}
Set:

* Schedule Name and Description
* Trigger Time (e.g., daily at 20:10)
* Start/End Time
* Timezone

<figure><img src="https://359648826-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FczvFDRUHYgwRH0wSxo3t%2Fuploads%2FN8IX1uBjQdWTCKa7Omje%2Fimage.png?alt=media&#x26;token=adb28182-e2d3-4404-b7e5-3fbecfefffd2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **\[Add Job]** and select a pre-created Job Template

<figure><img src="https://359648826-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FczvFDRUHYgwRH0wSxo3t%2Fuploads%2FW2RMVWoV5h1CTijyoqnw%2Fimage.png?alt=media&#x26;token=98a962c1-612e-446e-abe6-b6eaaa162f4d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Configure whether to \[Enable Concurrency (Multi-Threading)].

a. 🔁 Multi-threaded: Jobs run in parallel

b. 🔄 Single-threaded: Each job runs one at a time

<figure><img src="https://359648826-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FczvFDRUHYgwRH0wSxo3t%2Fuploads%2F3R3o6FHyKSQ8lkTx3GeQ%2Fimage.png?alt=media&#x26;token=c6a8fdb4-b72c-47ce-9370-b57e538325f4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Review and click **\[Create Schedule]**
{% endstep %}
{% endstepper %}

> 📅 Upcoming executions will show in both Job List and Job Scheduling.

***

#### Method 2: From Job Templates Page

{% stepper %}
{% step %}
Go to **Advanced Settings → Job Templates**
{% endstep %}

{% step %}
Select a template and click **\[Run Job with Schedule]**

<figure><img src="https://359648826-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FczvFDRUHYgwRH0wSxo3t%2Fuploads%2FdmBiQAmaJhF7xpgxEVv5%2Fimage.png?alt=media&#x26;token=678fda2b-424d-48df-825b-8d8516364cfd" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Configure:

* Start/End Time
* Trigger Frequency
* Timezone
* Concurrency

<figure><img src="https://359648826-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FczvFDRUHYgwRH0wSxo3t%2Fuploads%2FMkHyL3D8sqa8QWn9F1qK%2Fimage.png?alt=media&#x26;token=9125ca3d-fc6f-4ed7-8cc5-b6923dda8a58" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **\[Create]**
{% endstep %}
{% endstepper %}

> 🧠 Perfect for recurring training tasks or inference jobs.

### Deleting Job /Scheduled Jobs &#xD;

Jobs created via a schedule cannot be deleted individually.

To remove them:

* Delete the entire schedule in Job Scheduling
* All jobs under that schedule will be removed

> 💡 Pro Tip> \
> Use Job Templates + Scheduling to automate regular tasks — like retraining models, generating reports, or monitoring data pipelines!

{% embed url="<https://youtu.be/TW0iDvIzj1I?si=a9Exg3KiPfnnpvry>" %}
