rbd_image_delete
Delete an RBD image and all its data irreversibly. Preview with dry_run; requires approval.
Instructions
[WRITE][risk=high] Delete an RBD image and ALL its data. Irreversible.
Pass dry_run=True to preview. Requires an approver (CEPH_AUDIT_APPROVED_BY).
Args: pool_name: Pool the image lives in. image_name: Image to delete (from rbd_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 | ||
| image_name | Yes |