Forum Discussion
MdKamil_368483
Nimbostratus
Aug 11, 2018How to delete node from nodelist using iControl REST api
To remove a node from pool list i use the following REST end-point
and the node gets removed from pool-list. But how to remove a node from Node List? I couldn't find any documentation on top of this...
youssef1
Cumulonimbus
Aug 15, 2018Hi,
can you try this directly from your F5 using CLI:
curl -k -u admin:admin -H "Content-Type: application/json" -X DELETE https://localhost/mgmt/tm/ltm/node/92.168.103.12
And validate that user that you use have admin right. And of course validate that your node is not used on other pool...
Please confirm that you use name of your node and not IP 92.168.103.12. So if you name your node 92.168.103.12 too it's OK.
And As you can notice you don't need to specify partion "common".
Keep me in touch.
regards
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects