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 6 months ago
Votes Newest

Answers 5


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

  
  
Posted 6 months ago

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

  
  
Posted 6 months ago

Did you shut down the docker compose running the serving?

  
  
Posted 6 months ago

yeah, it was previously restarted

  
  
Posted 6 months ago

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

  
  
Posted 6 months ago
427 Views
5 Answers
6 months ago
6 months ago
Tags