# Control my jobs

Once your job is submitted ( [Submit a job](/modules/hpc-workloads/user-documentation/submit-a-job.md)), you can access the job information via the left sidebar, either under "**Active Jobs**" or "**Completed Jobs**" (depending whether your job is running or not).

## Active Jobs

Active jobs will list all the jobs currently active in the job queue. Select one job ID to get further details about it such as the execution hosts, scheduler metadata ...

{% hint style="info" %}
As a regular user, you can only see your jobs. As an admin, you can view everyone's else jobs (click "**Active Jobs**" under the Admin section)
{% endhint %}

<figure><img src="/files/TmyznDRVtSFVGSG4AjTY" alt=""><figcaption><p>Real-Time view of the jobs available in the scheduler queue</p></figcaption></figure>

You can terminate your running job(s) or get information about finished job(s) via the "**Jobs**" section available on the left sidebar.

To delete a job, select the job then click "**Actions**" > "**Delete Job**"

To get detailed information about a job, select the job id and refer to the Details section

<figure><img src="/files/0OxCSy45ZnoVqUSyw6Ej" alt=""><figcaption><p>Detailed Job view gives you details about the job, compute provisioned, execution hosts and estimated costs</p></figcaption></figure>

## Completed Jobs

Access "Completed Jobs" section on the left sidebar to get a historical of all the jobs.

{% hint style="info" %}
As a regular user, you can only see your jobs. As an admin, you can view everyone's else jobs (click "**Completed Jobs**" under the Admin section)
{% endhint %}

<figure><img src="/files/b3ssRd7JHHhdsy2J6hlc" alt=""><figcaption><p>List of all completed jobs</p></figcaption></figure>

Similarly to [#active-jobs](#active-jobs "mention"), you can expand the details section to review your job information (start/end time, execution host(s) etc ...)


---

# 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://docs.idea-hpc.com/modules/hpc-workloads/user-documentation/control-my-jobs.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.
