Forum Discussion

Yathish's avatar
Yathish
Icon for Nimbostratus rankNimbostratus
Jul 28, 2021

Disable node using Python

looking out for help to disable the node in the F5 Pool.

1 Reply

  • Hello Yathish.

    From the pool member, you need to modify the option "session" from:

    "monitore-enabled" --> "user-disabled"

    poolmember.session = "user-disabled"

    And then, update those changes.

    poolmember.update()

    Regards,

    Dario.