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: <token>", 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