CryoSPARC v2 remove a worker from its master

Hello people.

First of all, congrats to the developers, this v2 is looking great so far <3 <3 <3
The master installation was very smooth and also the workers seem to work fine.
But I have simple question:

How can I remove a worker from the default lane? How can I remove a worker at all?

I tried “cyosparcw remove --worker workername” but the command is not available.
Currently we run v2.0.27

Thank you in advance

I don’t remember how I found this command, but it works:

cryosparcm cli ‘remove_scheduler_target_cluster("‘cn3072’")’

cn3072 is an example worker name.

-Xing

Please ignore my last post. It is for removing the cluster. To remove a node:

cryosparcm cli ‘remove_scheduler_target_node("‘cn3072’")’

-Xing

1 Like

Thanks that worked like a charm! I will close the ticket :blush: