F5 BIG-IP Delete

F5 BIG-IP Delete

Certified
Enterprise Edition

Delete a BIG-IP LTM node

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

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

Delete a BIG-IP node

yaml
id: delete_node
namespace: company.team

tasks:
  - id: remove_node
    type: io.kestra.plugin.ee.f5.node.Delete
    host: "{{ secret('F5_HOST') }}"
    username: "{{ secret('F5_USERNAME') }}"
    password: "{{ secret('F5_PASSWORD') }}"
    name: backend-01
Properties

BIG-IP hostname or IP address

Node 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.