Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I Deleted All Archived Experiments In A Project And I Just Realized All Experiments Of All Projects Were Deleted (Clearml Server V1.0.0)

Hi, I deleted all archived experiments in a project and I just realized all experiments of all projects were deleted (clearml server v1.0.0) 🤔

  
  
Posted 2 years ago
Votes Newest

Answers 7


Wow, that's really strange.. We'll try to reproduce

  
  
Posted 2 years ago

Hi CumbersomeCormorant74 yes, this is almost the scenario: I have a dozen of projects. In one of them, I have ~20 archived experiments, in different states (draft, failed, aborted, completed). I went to this archive, selected all of them and deleted them using the bulk delete operation. I had several failed delete popups. So I tried again with smaller bulks (like 5 experiments at a time) to localize the experiments at the origin of the error. I could delete most of them. At some point, all of them disappeared , so I was happy - I closed the archived and then I realized no experiments in the project as well. First I though I accidentally closed the archived and deleted others experiments as well, but then I went back to the main page I here all projects were showing 0 experiments, they were all empty, including their archives

  
  
Posted 2 years ago

JitteryCoyote63 - thanks for the info. We are trying to reproduce this, and will update

  
  
Posted 2 years ago

And now that I restarted the server and went back into the project where I initially deleted the archived experiments, some of them are still there - I will leave them alone, too scared to do anything now 😄

  
  
Posted 2 years ago

To help you debugging this: in the /dashboard endpoint, all projects were still there, but empty (no experiment inside). No experiments archived as well.

  
  
Posted 2 years ago

Hi JitteryCoyote63 . Just to make sure we fully understand the scenario - you had a project with several experiments, some of which were archived. Then you went to archive and selected all of the experiments and deleted them using the bulk delete operation. And then you saw that the project was empty even when you were not in archive mode. Is that correct?

  
  
Posted 2 years ago

Restarting the server ( docker-compose down then docker-compose up ) solved the problem 😌 All experiments are back

  
  
Posted 2 years ago
593 Views
7 Answers
2 years ago
one year ago
Tags
Similar posts