Use the Logs tab on a job’s detail page to watch container output as it runs and to scroll back through past lines after the job finishes.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.

Controls
- Filter: Search and highlight matching lines.
- Go to latest: Jump to the most recent line; useful when the log scrolls fast during long runs.
From the CLI
Stream logs in real time, or fetch a fixed number of recent lines:vesslctl job logs for the full reference.
Common debugging patterns
OOMKilledin the status header: GPU or system memory limit was exceeded. Inspect the Metrics tab around the failure time and consider a larger resource spec or smaller batch size.- Image pull errors at the top of the log: Re-check the image URI and registry credentials.
- Silent hang: Confirm the entry command actually exits. Long-running daemons should be submitted as workspaces, not jobs.
