v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Job

Clones a job definition into a new, private definition owned by the caller.

The clone's first revision copies the configuration of the source definition's latest revision and references the same dataset. Jobs, runs and earlier revisions are not copied. A preview pipeline is automatically created and returned in the response. Omit the name to derive it from the source definition.

post/job/definition/{definitionId}/clone

Path parameters

definitionIdstring required

The id of the job definition to clone.

Request body

definitionNamestring nullable

The name of the new job definition. Defaults to the source definition's name suffixed with "Copy".

Response

OK

definitionIdstring required

The id of the cloned job definition.

pipelineIdstring required

The id of the created preview pipeline.