Forum Discussion
Ken_Wong_48678
Jul 15, 2008Historic F5 Account
remove irule
Hi,
My customer would like to remove irule using icontrol. Is there any sample script here? TIA.
Regards,
Ken
Jul 16, 2008
Keep in mind that you cannot delete a iRule if it is use by a virtual server. You'll need to use the LocalLB.VirtualServer.remove_rule() method first before actually deleting the iRule from the system with the LocalLB.Rule.delete_rule() method.
-Joe