#remove from node?

1 messages · Page 1 of 1 (latest)

digital vapor
#

I wanted to try the paid options on my 2 main systems. i paid for 2 nodes, and thought id be "identifying them" somehow after purchase. now i have 6 nodes, and 4 of them i cant disconnect from the paid Room.
How do i edit the room? i tried removing the docker container and a new netdata instance to attach to, but it auto connects to my "paid account".

exotic turtle
#

hi @digital vapor , atm the confirmation that your purchase was completed is in the app. as soon as the subscription purchase is succesful you'll:

  • get a toaster notification at the bottom right-corner of the screen
  • see a banner on the left-hand bar confirming that your Space is now on a Business plan
#

to confirm, when you mention disconnecting nodes from the paid Room you actualy mean the Space?
our subscriptions are attached to the Space so all the live nodes in that Space will count for billing purposes

p.s.: screen from our FAQ on pricing page - https://www.netdata.cloud/pricing/

#

could you confirm what action you are trying to complete so I can try to guide you?

digital vapor
#

im showing the business flag- i have to many nodes, and cant adjust them.

exotic turtle
#

to delete a node from a Space the node needs to be in Offline status
you can either:
1 . shutdown the agent on node
2. remove the directory on the agent that has the references to the Cloud Space it connects to

Ensure that the /var/lib/netdata/cloud.d directory doesn't exist. In some installations, the path is /opt/netdata/var/lib/netdata/cloud.d.
#

for docker

Delete /var/lib/netdata/cloud.d and /var/lib/netdata/registry/netdata.public.unique.id

rm -rf /var/lib/netdata/cloud.d/

rm /var/lib/netdata/registry/netdata.public.unique.id 
digital vapor
#

i tried searching, ty for the linky.