rbd_snapshot_delete
Delete an RBD image snapshot. Preview with dry run; requires approval for irreversible action.
Instructions
[WRITE][risk=high] Delete an RBD image snapshot. 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 the snapshot belongs to. snap_name: Snapshot to delete. 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 | ||
| snap_name | Yes | ||
| image_name | Yes |