1
0
mirror of synced 2026-01-01 00:04:41 -05:00
Files
docs/content/apps/maintaining-github-apps/suspending-a-github-app-installation.md
Sarah Edwards ea688d1506 Delete unneeded apps images (#34824)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-02-21 20:14:32 +00:00

31 lines
1.6 KiB
Markdown

---
title: Suspending a GitHub App installation
intro: '{% data reusables.shortdesc.suspending_a_github_app %}'
redirect_from:
- /apps/managing-github-apps/suspending-a-github-app-installation
- /developers/apps/suspending-a-github-app-installation
- /developers/apps/managing-github-apps/suspending-a-github-app-installation
versions:
fpt: '*'
ghes: '*'
ghae: '*'
ghec: '*'
topics:
- GitHub Apps
shortTitle: Suspend app installation
---
## Suspending a GitHub App
The integrator who owns and maintains a GitHub app, also called a GitHub App owner, can suspend or unsuspend a GitHub App installation using REST API endpoints with a JWT. For more information, see the [GitHub Apps REST API](/rest/apps).
People who have installed a GitHub App, also called installation owners, can only suspend or unsuspend a GitHub App through their app's installation settings. Installation owners cannot use the API to suspend or unsuspend their app installation.
If an installation has been suspended by the {% data variables.product.prodname_github_app %} owner, installation owners cannot unsuspend their installations of the {% data variables.product.prodname_github_app %}. However, installation owners can change other settings, such as repository selection, while the app is suspended.
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.developer_settings %}
{% data reusables.user-settings.github_apps %}
1. Select the {% data variables.product.prodname_github_app %} you want to suspend.
{% data reusables.user-settings.github_apps_advanced %}
6. Next to the suspension settings for the installation, click **Suspend** or **Unsuspend**.