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 List All Agents Running In A Host, I Do Not Find Relevant One In Clearml-Agent -H.

Hi, is there a way to list all agents running in a host, I do not find relevant one in clearml-agent -h.

  
  
Posted 10 months ago
Votes Newest

Answers 6


In the UI you can see all the agents and their IDs
Then you can so

clearml-agent daemon --stop <agent id>
  
  
Posted 10 months ago

Yes. But I not sure what's the agent running. I only know how to stop it if I have the agent id

  
  
Posted 10 months ago

Yup. But I happened to reinstall my server and the data is lost. And the agent continue running.

  
  
Posted 10 months ago

@<1523701304709353472:profile|OddShrimp85> are you trying to shut down the one running on your machine ?

  
  
Posted 10 months ago

And the agent continue running.

oh just kill al the processes with clearml-agent in the cmd line

pkill -9 -f clearml-agent
  
  
Posted 10 months ago

Nice. That should work. Thanks

  
  
Posted 10 months ago