Delete

Delete

Certified

Delete an RBD snapshot

yaml
type: io.kestra.plugin.ceph.rbd.snapshots.Delete
yaml
id: delete_rbd_snapshot
namespace: company.team

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