cURL
curl --request POST \ --url https://api.artosai.com/pipelines/{pipelineId}/clone \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "pipelineId": "<string>", "name": "<string>", "cloned_from": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Creates a new pipeline by cloning an existing one and assigning a new name.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pipeline cloned