Hi @<1702492411105644544:profile|YummyGrasshopper29> , I suggest doing it via the webUI with developer tools open so you can see what the webUI sends to the backend and then copy that.
wdyt?
Hey, I am trying to clone existing pipeline using clearml API, but I didn't managed to override pipeline parameters. Task was cloned successfully with parameters from parent task. Did I miss something?
Request body:{
"task": "<TASK_ID>",
"execution_overrides ": {
"parameters": {
"file_name": "Some_file_name.csv"
}
}
}
Hi @<1702492411105644544:profile|YummyGrasshopper29> , I suggest doing it via the webUI with developer tools open so you can see what the webUI sends to the backend and then copy that.
wdyt?