app.pull_images

Pulls docker images for the specified app name.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: app_name

app_name

Type: string

Name of the application to pull images for.

Must be at least 1 characters long

Parameter 2: options

options

Type: object Default: {"redeploy": true}

Options for pulling images including whether to redeploy.

No Additional Properties

Redeploy

Type: boolean Default: true

Whether to redeploy the application after pulling new images.

Result

Type: null

Returns null when the application images are successfully pulled.



Required roles: APPS_WRITE