
F5 BIG-IP Delete
CertifiedEnterprise EditionDelete a BIG-IP LTM pool
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.DeleteExamples
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
host *Requiredstring
BIG-IP hostname or IP address
name *Requiredstring
Pool name or full path
password *Requiredstring
BIG-IP password
username *Requiredstring
BIG-IP username
insecure booleanstring
Default
falseTrust 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.
partition string
Default
CommonAdministrative partition to target
Defaults to Common when not set.