Remove
Certified
Enterprise Edition
Remove a member from a BIG-IP LTM pool
Remove
Certified
Enterprise Edition
Remove a member from a BIG-IP LTM pool
yaml
type: io.kestra.plugin.ee.f5.poolmember.RemoveExamples
yaml
id: remove_pool_member
namespace: company.team
tasks:
- id: detach_member
type: io.kestra.plugin.ee.f5.poolmember.Remove
host: "{{ secret('F5_HOST') }}"
username: "{{ secret('F5_USERNAME') }}"
password: "{{ secret('F5_PASSWORD') }}"
pool: my-app-pool
name: 192.168.1.10:80
Properties
host *Requiredstring
name *Requiredstring
password *Requiredstring
pool *Requiredstring
username *Requiredstring
insecure booleanstring
Default
falsepartition string
Default
Common