Forum Discussion
How 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. To list node's in a Node List one need to use . Any suggestions on how to remove a node from Node List using iControlREST API
- Andy_McGrath
Cumulonimbus
Wiki iControlREST: APIRef_tm_ltm_node
Send request with DELETE method to:
https://localhost/mgmt/tm/ltm/node/~92.168.103.12
- youssef1
Cumulonimbus
Hi,
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
* 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