Training jobs
Create training job
POST
Create training job
Authorizations
API key with the vk_ prefix. Create one from the dashboard.
Body
application/json
The BYO-script payload. Persisted verbatim as TrainingJob.script_config_json and read back by the worker launch path (forward contract).
Response
The created training job
Available options:
queued, provisioning, configuring, running, completed, failed, cancelled - Option 1
- Option 2
- Option 3
- Option 4
- Option 5
Pydantic GPUInfo (with type field). Rust uses gpu_type internally
but serializes as "type" for JSON parity.
Pydantic GPUInfo (with type field). Rust uses gpu_type internally
but serializes as "type" for JSON parity.
Create training job

