Delete

Delete

Certified
Enterprise Edition

Delete a BIG-IP LTM pool

yaml
type: io.kestra.plugin.ee.f5.pool.Delete
yaml
id: delete_pool
namespace: company.team

tasks:
  - id: remove_pool
    type: io.kestra.plugin.ee.f5.pool.Delete
    host: "{{ secret('F5_HOST') }}"
    username: "{{ secret('F5_USERNAME') }}"
    password: "{{ secret('F5_PASSWORD') }}"
    name: my-app-pool
Properties
Defaultfalse
DefaultCommon