F5 BIG-IP Delete

F5 BIG-IP Delete

Certified
Enterprise Edition

Delete a BIG-IP LTM pool

Removes a pool via DELETE /mgmt/tm/ltm/pool/{name}.

yaml
type: io.kestra.plugin.ee.f5.pool.Delete

Delete a BIG-IP pool

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

BIG-IP hostname or IP address

Pool name or full path

BIG-IP password

BIG-IP username

Defaultfalse

Trust all SSL certificates

Set to true to disable TLS certificate validation. Use only in development or when targeting BIG-IP appliances with self-signed certificates.

DefaultCommon

Administrative partition to target

Defaults to Common when not set.