Skip to main content
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.
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)

Tabs

The details page has three tabs:
  • Details (this page) — configuration and tags
  • Logs — execution logs
  • 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.
Create tags in advance with vesslctl tag create <value> to standardize tag values across the team. See vesslctl tag for details.

See also