Delete image
arcane_image_deleteDelete a Docker image from a specific environment, with options to force removal and prune child images.
Instructions
[HIGH RISK] Remove a Docker image from the host
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| imageId | Yes | Image ID or tag to delete | |
| force | No | Force removal even if in use | |
| pruneChildren | No | Also remove child images |