Reputation
Badges 1
6 × Eureka!@<1523701087100473344:profile|SuccessfulKoala55> OK! Thanks for your help 🙂 I will try it now, but i want to confirm that is <artifactory-url> meaning something like None ? Thanks Again ~
result in 【 tasks.delete_many API 】
"meta": {
"id": "c836e23d3308421fa8eb84e67217b0dc",
"trx": "c836e23d3308421fa8eb84e67217b0dc",
"endpoint": {
"name": "tasks.delete_many",
"requested_version": "2.28",
"actual_version": "1.0"
},
"result_code": 200,
"result_subcode": 0,
"result_msg": "OK",
"error_stack": "",
"error_data": {}
},
"data": {
"succeeded": [
{
...
I can do anything ( create,add,upload,delete,publish ) project/datasets successfully using CLI ( including information in DB and files in the local directory ) , However when I delete them via WebUI, all files can't not be removed from the local directory.
@<1523701070390366208:profile|CostlyOstrich36> I just use the command to check the folder in the terminal ( both ls
And du -h <folder> ) , it shows that the datasets are still here! Also, I can still download file even when it is deleted via WebUI.
I guess there is some method to delete the files in the self-hosted clearml-fileserver like async_delete? 🥲
Cany anyone help me 🥲
It seems like WebUI didn't trigger the delete event ( fileserver ) but only delete the information recorded in mongo ( like datasets/artifacts name , version...... etc )