akb_discard_image
Clean up uncommitted image uploads abandoned after a failed or interrupted document update. Discard the orphaned image URL to free storage.
Instructions
Discard a document image upload that was never committed in an AKB document. Use this only to clean up after a failed or abandoned akb_put/akb_update. Images already claimed by a document or retained Git revision cannot be discarded through this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Stable `/api/assets/{uuid}` URL returned by akb_put_image. | |
| vault | No | Vault name. Required unless `parent` is given. | |
| parent | No | Vault or collection URI used for the upload. The vault is derived from it. | |
| _vault_skill_ack | No | Opaque acknowledgement from vault_skill.ack_token. Apply the guide, then retry the unchanged operation with this value. The bundled proxy fills it on an exact retry. |