Delete

Delete

Certified
Enterprise Edition

Delete a BIG-IP LTM health monitor

yaml
type: io.kestra.plugin.ee.f5.monitor.Delete
yaml
id: delete_http_monitor
namespace: company.team

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