> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/apps/llms.txt)
> Source: https://docs.saleor.io/api-reference/apps/objects/app-retry-install

# AppRetryInstall Object

Retry failed installation of new app.

Requires the MANAGE\_APPS permission.

Triggers the following webhook events:

-   APP\_INSTALLED (async): An app was installed.

```graphql
type AppRetryInstall {
  appErrors: [AppError!]! @deprecated
  errors: [AppError!]!
  appInstallation: AppInstallation
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[AppError!]!`](/api-reference/apps/objects/app-error.md)

<a id="app-installation"></a>

#### [`appInstallation`](#app-installation) ● [`AppInstallation`](/api-reference/apps/objects/app-installation.md)

Show deprecatedHide deprecated

<a id="app-errors"></a>

#### [`appErrors`](#app-errors) ● [`[AppError!]!`](/api-reference/apps/objects/app-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`appRetryInstall`](/api-reference/apps/mutations/app-retry-install.md) mutation
