This topic for - How to delete Claimed Nodes? · Issue #9002 · netdata/netdata · GitHub
In short, if someone have dynamic infra, like we have, it’s taking some time daily to remove manually dead instances from UI.
It’s would be grate to have auto-remove option (let’s say in 4h) or some API/CLI/Url to remove this nodes.
As currently i created jenkins job that use google cookie, to
- request nodes: app.netdata.cloud/api/v1/spaces/{SPACE}/rooms/{room}/nodes
- Find dead in response json
- delete node: app.netdata.cloud/api/v1/spaces/{ND_SPACE}/rooms/{room}/claimed-nodes?node_ids={node_id}
It’s would be really nice to have this feautre.