Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Disable node using Python

Yathish
Nimbostratus
Nimbostratus

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

1 REPLY 1

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.

Regards,
Dario.