The Jobs page lists every batch job in your team and lets you filter by status and tags.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.
.png?fit=max&auto=format&n=LUWzC5lx5RwOccfw&q=85&s=5ad5dae76dca897c75cd9435852ab170)
The list shows the following columns:
- Name: Job name
- Slug: Unique identifier used by
vesslctlcommands - Status: Current lifecycle state (
scheduling,running,succeeded,failed,terminated) - Tags: Tags on the job, shown as colored chips (extra tags collapse to
+N). - Requested Resources: Requested GPU type and count
- Duration: Time elapsed since the job started
- Creator: User who submitted the job
- Created at: When the job was created
Filter by status
Use the status dropdown above the list to filter byscheduling, running, succeeded, failed, or terminated. By default, all statuses are shown.
Filter by tag
A tag filter sidebar on the left of the Jobs list narrows results to jobs that carry one or more selected tags. Tags are managed inline on each job’s details page (see View job details).
From the CLI
vesslctl job list for the full reference.
