lazycloud volume
Files
The example creates a volume before any workload uses it.volume create is
unnecessary if a running workload already created its declared volume.
Volume paths are lazycloud://<volume>/<path>. The scheme is optional except
on the source of a download, where it marks the path as remote.
uv run lazycloud rm models/archive/model.safetensors removes the archived
file. Deleting a volume removes all its files, so download what you need first.
lazycloud secret
lazycloud artifact
artifact list finds files saved by tasks, and artifact usage reports their
storage use:
uv run lazycloud artifact delete <artifact-id> removes a saved file. Lists
return a next cursor, and --cursor <cursor> fetches the next page. See
Artifacts for downloads and retention.
To change your default workspace, run
uv run lazycloud workspace use <name>.
Commands with a --workspace option can override it for one call.