Create Schedule Run
POST
/pipelines/jobs/Query parameters
project_idQueryintegerrequiredProject ID
active_iamQueryintegeroptionalActive IAM ID (To access contact person account) Find your Active IAM ID here
locationQuerystringrequiredLocation
Request body
application/json
SKU ID for the run. Get it from the SKU List API response.
Price ID for the SKU item. Get it from the SKU List API response.
ID for the next SKU item price, if any
Committed instance policy
Name of the scheduled run
Description of the scheduled run
ID of the associated experiment. Get it from the experiment_id field in the Experiment List API response.
Version ID of the pipeline. Get it from the version_id field in the Version List API response.
Maximum number of concurrent runs allowed. Defaults to 1 if not provided. Do not include this field in the request body.
Runtime parameters for the pipeline run
Type of run
Responses
201Scheduled run created successfully
example
201example
Success