1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/content/developers/apps/managing-github-apps/suspending-a-github-app-installation.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

1.7 KiB

title, intro, redirect_from, versions, topics, shortTitle
title intro redirect_from versions topics shortTitle
Suspending a GitHub App installation {% data reusables.shortdesc.suspending_a_github_app %}
/apps/managing-github-apps/suspending-a-github-app-installation
/developers/apps/suspending-a-github-app-installation
fpt ghes ghae ghec
* * * *
GitHub Apps
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.

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. App selection {% data reusables.user-settings.github_apps_advanced %}
  2. Next to the suspension settings for the installation, click Suspend or Unsuspend. Suspend a GitHub App