set defjob
Machines
set defjob
Creates default jobs (background instances) for a specified machine with the given parameters.
CLI Usage: vastai set defjob <machine_id> --price_gpu <price> --price_inetu <price> --price_inetd <price> --image <image> [--args <args>]
PUT
set defjob
Documentation Index
Fetch the complete documentation index at: https://vastai-80aa3a82-auto-openapi-preview-pr-4175.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be provided in the Authorization header
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"]