# Launch a job Launches the specified job. Requires a valid job costs token. Endpoint: POST /projects/{project_id}/experiments/{experiment_id}/jobs/{job_id}/launch/ Version: 0.8.3 Security: ApiKeyAuth ## Path parameters: - `experiment_id` (string, required) - `job_id` (string, required) - `project_id` (string, required) ## Request fields (application/json): - `token` (string, required) Time-limited token to confirm job launch. ## Response 200 fields (application/json): - `token` (string, required) Time-limited token to confirm job launch.