Someone else claimed my core?

I have my core breathing, but I cannot claim it. There is another employee here that is using some Spark cores. Is it possible that he has claimed without knowing it becuse he is on the same wifi? How do I claim the core?

Hi @mcyboran,

If you claimed your cores around the same time using the mobile apps, it’s very possible they claimed your core. He can login to spark.io/build, or use the spark-cli ( https://github.com/spark/spark-cli ) to unclaim the core.

In the IDE -> click on the cores icon, click on the right arrow by the core, and then click “REMOVE CORE”.

In the CLI -> type

spark list
spark core remove the_device_id
# then type yes

Thanks!
David