
F5 BIG-IP Delete
CertifiedEnterprise EditionDelete a BIG-IP LTM node
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.DeleteExamples
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
host *Requiredstring
BIG-IP hostname or IP address
name *Requiredstring
Node 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.