Forum Discussion

Makram_241872's avatar
Makram_241872
Icon for Nimbostratus rankNimbostratus
Jan 25, 2016

Big-IP LTM: Delete node from pool using the REST Api

Hi,

I am trying to delete a node from F5 LTM using the REST API call.

https://host/mgmt/tm/ltm/pool/pool_addr/members/IP_Address:port_number

But it is not working. Could you please help me?

2 Replies

  • Hi, Makram,

     

    Just checking: so you're calling the DELETE method on that endpoint and passing it a credential object? Could you please include the exact error message you're receiving from the REST API?

     

    Thanks, Joel

     

  • Hi, Makram,

     

    If you go to in a browser (replacing (poolname) with the pool you're querying), do you see the pool member you're trying to find?

     

    The format of the URL to call to delete a pool member is: " where the value of 'poolmember' is (IPAddress:Port).

     

    Does this help?

     

    Cheers, Joel