Is there a way to have a node auto removed after a...
# netmaker
r
Is there a way to have a node auto removed after a set timeout when it has been offline? I would like to build a setup where gitlab runner are dynamically provisoned and get added to the network they will then be deleted when they are not needed anymore.
b
you would have to script that with an external tool that calls the api to delete the node
r
Oh okay, so there is no way to define a timeout. Thanks 🙂
b
not currently, no ... you could open a feature request issue on github if you think such a feature would be desirable to a larger audience