Skip to content

vastai: error: unrecognized arguments: --cloud_service #74

@kenorb

Description

@kenorb

This is from help:

$ vastai cloud copy --help
...
Examples:
 vast cloud_copy --src folder --dst /workspace --cloud_service "Amazon S3" --instance_id 6003036 --cloud_service_selected 52 --transfer "Cloud To Instance"

However when I'm trying to use this syntax, I've got the error:

$ vastai cloud copy --src /mybucketname/ --dst 123123:/workspace --cloud_service "Amazon S3" 
usage: vastai [-h] [--url URL] [--retry RETRY] [--raw] [--explain] [--api-key API_KEY] command ...
vastai: error: unrecognized arguments: --cloud_service Amazon S3
  • Secondly the example suggest cloud_copy command, but it doesn't exist.
  • For the third, --instance_id doesn't exist either, but --instance exists.
  • The format for both src and dst is [instance_id:]path, I don't think this is correct either.

I'm using vastai v0.1.8.

Are there any docs with more syntax examples which can work?


I've also tried:

vastai cloud copy --src s3://mybucketname/ --dst 123123:/workspace

and this one:

$ vastai cloud copy --src /mybucketname/ --dst 123123:/workspace --transfer "Cloud To Instance"
copying /mybucketname/ 123123:/workspace None None Cloud To Instance
failed with error 400: No Cloud Operation Selected. If you have one selected, but it is sending this error, refresh the page

but didn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions