
DeleteBucket
CertifiedDelete an RGW bucket
DeleteBucket
Certified
Delete an RGW bucket
yaml
type: io.kestra.plugin.ceph.rgw.DeleteBucketExamples
yaml
id: delete_rgw_bucket
namespace: company.team
tasks:
- id: delete_bucket
type: io.kestra.plugin.ceph.rgw.DeleteBucket
host: "ceph-mgr.internal"
username: "admin"
password: "{{ secret('CEPH_DASHBOARD_PASSWORD') }}"
bucketName: "backups"
Properties
bucketName *Requiredstring
host *Requiredstring
password string
pluginDefaultsRef Non-dynamicstring
port integerstring
Default
8443skipSsl booleanstring
Default
false