Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the machine to create jobs for.
Example:
12345
Price per GPU per day.
Example:
0.5
Price for internet upload.
Example:
0.1
Price for internet download.
Example:
0.1
Docker image to use for the job.
Example:
"vastai/tensorflow"
Arguments for the Docker image.
Example:
["--arg1", "--arg2"]