Skip to main content
List the stored objects of one backup, with direct download URLs.

Usage

Arguments

integer
required
instance or volume contract id whose backup to list

Description

Lists the objects stored for one backup. Each URL already carries a download token scoped to this backup, so it works on its own — open it in a browser, or: curl -o model.safetensors “<url>” The token is also printed on its own for the header form, curl -H "Authorization: &lt;token&gt;", which keeps it out of shell history and proxy logs. Either way it expires (the lifetime is printed), so re-run this command rather than saving the URLs. If the listing reports itself truncated, the backup holds more objects than are shown; restore with vastai copy vast.CONTRACT_ID:/ INSTANCE_ID:/path instead of fetching file by file. Example: vastai show instance-backup-files 12345678

Global Options

The following options are available for all commands: