Hi MysteriousBee56 ,
The https://github.com/allegroai/trains/blob/master/examples/services/cleanup/cleanup_service.py is an example how you can add services to manage your experiments.
You can change the criteria for fetching the tasks in this script (in the https://github.com/allegroai/trains/blob/master/examples/services/cleanup/cleanup_service.py#L72 call) to something like a specific tag you can add to the experiments ( delete
tag?, you can add tag to multi tasks) and it should do the trick:tasks = client.tasks.get_all(tags=["delete"], only_fields=["id"])