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, Is There A Way To Remove Clearml Examples From The Clearml Server (Not Just Hiding Them)?

Hi,
Is there a way to remove ClearML Examples from the ClearML server (not just hiding them)?

  
  
Posted one year ago
Votes Newest

Answers 4


Okay thanks a lot! Thats not an issues for me I just started setting it up so I can start a new one

  
  
Posted one year ago

I'm using self hosted server

  
  
Posted one year ago

Hi @<1582904448076746752:profile|TightGorilla98> , are you using the community or a self hosted server?

  
  
Posted one year ago

Then you can disable the pre-population in docker compose - None

However it will work only on a new server on startup. Otherwise I think you would need to delete them from mongo + elastic, which I would advise against if it's a running server

  
  
Posted one year ago
855 Views
4 Answers
one year ago
one year ago
Tags