Delete

Delete

Certified

Delete a Ceph pool

yaml
type: io.kestra.plugin.ceph.pools.Delete
yaml
id: delete_ceph_pool
namespace: company.team

tasks:
  - id: delete_pool
    type: io.kestra.plugin.ceph.pools.Delete
    host: "ceph-mgr.internal"
    username: "admin"
    password: "{{ secret('CEPH_DASHBOARD_PASSWORD') }}"
    poolName: "archive"
Properties
Default8443
Defaultfalse