image_delete
Delete an image from Prism Central. Preview with dry_run first to avoid unintended removal.
Instructions
[WRITE][risk=high] Delete an image. Destructive — pass dry_run=True to preview first.
Tagged risk=high (audit tier 'review'); NUTANIX_AUDIT_APPROVED_BY /
NUTANIX_AUDIT_RATIONALE optionally annotate who/why. Captures the image's
prior name on the audit trail.
Args:
ext_id: Image extId as returned by image_list.
dry_run: If True, return what WOULD be deleted without deleting.
target: Prism Central target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ext_id | Yes | ||
| target | No | ||
| dry_run | No |