Skip to main content

self_hosted_runner_groups

Overview

Nameself_hosted_runner_groups
TypeResource
Idgithub.actions.self_hosted_runner_groups

Fields

NameDatatypeDescription
idnumber
namestring
allows_public_repositoriesboolean
inheritedboolean
runners_urlstring
visibilitystring
defaultboolean
selected_repositories_urlstringLink to the selected repositories resource for this runner group. Not present unless visibility was set to selected
inherited_allows_public_repositoriesboolean

Methods

NameAccessible byRequired ParamsDescription
get_self_hosted_runner_group_for_orgSELECTorg, runner_group_idThe self-hosted runner groups REST API is available with GitHub Enterprise Cloud. For more information, see "GitHub's products."

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.
list_self_hosted_runner_groups_for_orgSELECTorgThe self-hosted runner groups REST API is available with GitHub Enterprise Cloud. For more information, see "GitHub's products."

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.
create_self_hosted_runner_group_for_orgINSERTorg, data__nameThe 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.
delete_self_hosted_runner_group_from_orgDELETEorg, runner_group_idThe self-hosted runner groups REST API is available with GitHub Enterprise Cloud. For more information, see "GitHub's products."

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.
update_self_hosted_runner_group_for_orgEXECorg, runner_group_id, data__nameThe self-hosted runner groups REST API is available with GitHub Enterprise Cloud. For more information, see "GitHub's products."

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.