-
Hi, How can I remove nodes from teleport cluster? |
Beta Was this translation helpful? Give feedback.
Answered by
webvictim
Jul 19, 2021
Replies: 1 comment
-
If you just shut down the Teleport process on the node, it will stop checking in with the Teleport cluster and disappear from If you need to remove all records of the node, you can run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
webvictim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you just shut down the Teleport process on the node, it will stop checking in with the Teleport cluster and disappear from
tsh ls
and the web UI after around 10-15 minutes.If you need to remove all records of the node, you can run
tctl get nodes
on your auth server, look for the UUID corresponding to your node's hostname and thentctl rm <uuid>
.