Delete

Delete

Certified

Delete an RBD image

yaml
type: io.kestra.plugin.ceph.rbd.images.Delete
yaml
id: delete_rbd_image
namespace: company.team

tasks:
  - id: delete_image
    type: io.kestra.plugin.ceph.rbd.images.Delete
    host: "ceph-mgr.internal"
    username: "admin"
    password: "{{ secret('CEPH_DASHBOARD_PASSWORD') }}"
    poolName: "rbd"
    imageName: "data-volume"
Properties
Default8443
Defaultfalse