VESSL Cloud’s job lifecycle now separates stopping a running job from hiding finished jobs in your views. Use Terminate to cancel work mid-run; use theDocumentation 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.
--hide-deleted filter to keep your list focused on what’s still active.
The Apr 30, 2026 release split terminate and delete into separate actions. Terminating a job now only stops compute — the run record (configuration, logs, metrics) is preserved, and the job stays in your list. Use the
--hide-deleted filter to keep terminated jobs out of the default view.Terminate a running job
From the console: open the job’s detail page and click Terminate. From the CLI:| Flag | Short | Description |
|---|---|---|
--yes | -y | Skip the confirmation prompt |
Hide cancelled or terminated jobs in the CLI list
vesslctl job list --hide-deleted filters cancelled and terminated jobs out of the default output, which is useful when you only want to see jobs that are still active or recently scheduled:
