app.image.delete

Delete docker image image_id.

options.force when set will force delete the image regardless of the state of containers and should be used cautiously.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: image_id

image_id

Type: string
Parameter 2: options

options

Type: object Default: {"force": false}
No Additional Properties

Force

Type: boolean Default: false

Result

Type: const
Must be one of:
  • true
Specific value: true


Required roles: APPS_WRITE