Skip to main content

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.

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.
Job details page with status header, Command, Container image, Environment Variables, Volumes, Compute Specs, Pricing Summary, and Tags sections
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.
Job details page with the tags popover open, showing existing tags and an input field to add a new tag
Create tags in advance with vesslctl tag create <value> to standardize tag values across the team. See vesslctl tag for details.

See also