
Delete
CertifiedDelete an RBD snapshot
Delete
Certified
Delete an RBD snapshot
yaml
type: io.kestra.plugin.ceph.rbd.snapshots.DeleteExamples
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
host *Requiredstring
imageName *Requiredstring
poolName *Requiredstring
snapshotName *Requiredstring
password string
pluginDefaultsRef Non-dynamicstring
port integerstring
Default
8443skipSsl booleanstring
Default
false