
Delete
CertifiedDelete a Ceph pool
Delete
Certified
Delete a Ceph pool
yaml
type: io.kestra.plugin.ceph.pools.DeleteExamples
yaml
id: delete_ceph_pool
namespace: company.team
tasks:
- id: delete_pool
type: io.kestra.plugin.ceph.pools.Delete
host: "ceph-mgr.internal"
username: "admin"
password: "{{ secret('CEPH_DASHBOARD_PASSWORD') }}"
poolName: "archive"
Properties
host *Requiredstring
poolName *Requiredstring
password string
pluginDefaultsRef Non-dynamicstring
port integerstring
Default
8443skipSsl booleanstring
Default
false