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, On The Clearml Web App, Under Settings -> Users & Groups, I Want To Know How Can I Change The Owner User To Someone Else.

Hi, on the clearml web app, under settings -> users & groups, I want to know how can I change the Owner user to someone else.

  
  
Posted 2 years ago
Votes Newest

Answers 9


And is there an option to migrate the experiments to a different user workspace?

  
  
Posted 2 years ago

The way that community server works, yes. All your experiments are connected to a specific workspace/user

  
  
Posted 2 years ago

Hi HappyDove3 , you mean when using app.clear.ml?

  
  
Posted 2 years ago

yes

  
  
Posted 2 years ago

Ok

  
  
Posted 2 years ago

I'm afraid you can't do that. Each user has his own workspace and users join to that workspace. If you would like to have a new 'owner' you would need to add your users to that new person's workspace

  
  
Posted 2 years ago

So if the owner delete the account the entire workspace will be deleted as well?

  
  
Posted 2 years ago

You can extract everything via the API and write it on a different workspace

  
  
Posted 2 years ago

Can you direct me to the instructions for doing that?

  
  
Posted 2 years ago
1K Views
9 Answers
2 years ago
2 years ago
Tags