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

# appRetryInstall Mutation

Retry failed installation of new app.

Requires the MANAGE\_APPS permission.

Triggers the following webhook events:

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

```graphql
appRetryInstall(
  activateAfterInstallation: Boolean = true
  id: ID!
): AppRetryInstall
```

Details

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

<a id="arguments"></a>

### Arguments

<a id="activate-after-installation"></a>

#### [`activateAfterInstallation`](#activate-after-installation) ● [`Boolean`](/api-reference/miscellaneous/scalars/boolean.md)

Determine if app will be set active or not.

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

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of failed installation.

<a id="type"></a>

### Type

<a id="appretryinstall"></a>

#### [`AppRetryInstall`](/api-reference/apps/objects/app-retry-install.md)

Retry failed installation of new app.

Requires the MANAGE\_APPS permission.

Triggers the following webhook events:

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