Sample - GitHub REST API
DELETE/app/installations/{installation_id}/suspended

Unsuspend an app installation

Removes a GitHub App installation suspension.

You must use a JWT to access this endpoint.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
installation_idintegerrequired
The unique identifier of the installation.

2 status codes
204Response
404Resource not found
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional

Error handling

A 404 is returned: Resource not found.