copy_jobs#
- ProjectApi.copy_jobs(jobs, wait=True)#
Create jobs by copying existing jobs.
- Return type:
- Parameters:
- jobs
List
[Job
] List of jobs. Note that only the
id
field of theJob
objects must be filled. The other fields can be empty.- waitbool,
optional
Whether to wait for the copy to complete. The default is
True
.
- jobs
- Returns: