Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Lists all self-hosted runner groups configured in an organization and inherited from an enterprise.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Response
The self-hosted runner groups REST API is available with GitHub Enterprise Cloud and GitHub Enterprise Server. For more information, see “GitHub’s products.”
Creates a new self-hosted runner group for an organization.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Name of the runner group.
Visibility of a runner group. You can select all repositories, select individual repositories, or limit access to private repositories. Can be one of: all
, selected
, or private
.
Allowed values:selectedallprivate
Default:all
Unique identifier of the repository.
Unique identifier of the runner.
Whether the runner group can be used by public
repositories.
Default:false
Response
Link to the selected repositories resource for this runner group. Not present unless visibility was set to selected
Gets a specific self-hosted runner group for an organization.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Unique identifier of the self-hosted runner group.
Response
Link to the selected repositories resource for this runner group. Not present unless visibility was set to selected
Updates the name
and visibility
of a self-hosted runner group in an organization.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Unique identifier of the self-hosted runner group.
Name of the runner group.
Visibility of a runner group. You can select all repositories, select individual repositories, or all private repositories. Can be one of: all
, selected
, or private
.
Allowed values:selectedallprivate
Whether the runner group can be used by public
repositories.
Default:false
Response
Link to the selected repositories resource for this runner group. Not present unless visibility was set to selected
Deletes a self-hosted runner group for an organization.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Unique identifier of the self-hosted runner group.
Response