> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.vessl.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# View job details

> Compute specs, pricing summary, command, image, environment variables, volumes, and tags.

The job details page summarizes everything VESSL Cloud uses to run the batch job and lets you manage tags inline. Click any job from the **Jobs** list to open it.

<div>
  <Frame>
    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/dora/LUWzC5lx5RwOccfw/images/Job_details.png?fit=max&auto=format&n=LUWzC5lx5RwOccfw&q=85&s=4e2e6eb0a1232ecac8ede2282b979f79" alt="Job details page with status header, Command, Container image, Environment Variables, Volumes, Compute Specs, Pricing Summary, and Tags sections" width="7680" height="5672" data-path="images/Job_details.png" />
  </Frame>

  <small>Example: Job details</small>
</div>

<Info>
  The details page shows the following sections:

  * **Status header**: Current state, job name, ID, creator, duration, and created at
  * **Command**: Shell command executed by the container
  * **Container image**: Docker image used for the run
  * **Environment Variables**: Name and value pairs passed to the container at runtime
  * **Volumes**: Object storage and Cluster storage volumes mounted into the job, with mount paths
  * **Compute Specs**: Cluster, GPU, CPU, memory, and Temporary volume size
  * **Pricing Summary**: Hourly GPU cost
  * **Tags**: Custom labels attached to the job (add or remove inline)
</Info>

## Tabs

The details page has three tabs:

* **Details** (this page) — configuration and tags
* **[Logs](/member/job/logs)** — execution logs
* **[Metrics](/member/job/metrics)** — GPU, VRAM, CPU, memory, network, and storage usage

## Tags

Click **Add tag** in the Tags card to attach a custom label inline. Existing tags appear as colored chips and can be removed with the X icon next to each tag. Tags also drive filtering on the [Jobs list](/member/job/list).

<div>
  <Frame>
    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/dora/LUWzC5lx5RwOccfw/images/job_tags2.png?fit=max&auto=format&n=LUWzC5lx5RwOccfw&q=85&s=349715a04445e348abc7456cf2af3ff5" alt="Job details page with the tags popover open, showing existing tags and an input field to add a new tag" width="900" height="436" data-path="images/job_tags2.png" />
  </Frame>

  <small>Example: Tag editor on the job details page</small>
</div>

<Tip>
  Create tags in advance with `vesslctl tag create <value>` to standardize tag values across the team. See [`vesslctl tag`](/cli/commands/tag) for details.
</Tip>

## See also

* [View logs](/member/job/logs)
* [Monitor metrics](/member/job/metrics)
* [Clean up jobs](/member/job/cleanup)
