pool_delete
Delete a Ceph pool and permanently destroy all its data. Preview with dry_run before committing irreversible removal. Requires approval.
Instructions
[WRITE][risk=high] Delete a pool — destroys all of its data. Irreversible.
Pass dry_run=True to preview. Requires an approver (CEPH_AUDIT_APPROVED_BY). The classic footgun: there is no undo once the data is gone.
Args: pool_name: Pool name (from pool_ls). dry_run: If True, preview without deleting. target: Ceph target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| pool_name | Yes |