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
Can I Know How To Remove An Entry From Running The Command Clearml-Serving List? One Of My Service Doesn'T Work Anymore, And I Want To Remove It

Can i know how to remove an entry from running the command clearml-serving list? One of my service doesn't work anymore, and i want to remove it

  
  
Posted one year ago
Votes Newest

Answers 5


Um, that is not a valid command. And what i want to do is remove the serving instance, not an endpoint

  
  
Posted one year ago

And is the serving session still on the server? You can use it's ID to check

  
  
Posted one year ago

yeah, it was previously restarted

  
  
Posted one year ago

Did you shut down the docker compose running the serving?

  
  
Posted one year ago

Hi @<1567321739677929472:profile|StoutGorilla30> , you can use clearml-serving remove --endpoint <endpoint-name>

  
  
Posted one year ago
854 Views
5 Answers
one year ago
one year ago
Tags