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