veri volumes group manages persistent named storage that mounts into training workers at /mnt/<volume-name>. Conceptual overview lives in the Volumes guide.
Commands
Create a volume
^[a-zA-Z0-9][a-zA-Z0-9_-]{0,127}$. Re-running with the same name returns the existing volume — no error.
Upload files
For a single file:/<filename>. Override with --to:
List + inspect
Delete
--yes to skip the prompt in scripts:
Pipe-friendly output
--quiet strips formatting and emits just the relevant id:
--format json|jsonl|csv swaps the table renderer for machine-readable output, and the progress bar on uploads is suppressed.
Common workflows
Re-use a volume across many training jobs
Migrate from a local directory
Inspect failed uploads
Ifvolumes upload-dir aborts mid-batch, files that completed are already on the volume — you can resume by re-running the same command. S3 PUT is idempotent on the same key.
Next steps
Volumes overview
What volumes are, pricing, when to use them.
REST API
/v1/volumes endpoints + multipart upload protocol.
