Skip to main content

self_hosted_runner_groups

Overview

Nameself_hosted_runner_groups
TypeResource
Idgithub.enterprise_admin.self_hosted_runner_groups

Fields

NameDatatype
idnumber
namestring
runners_urlstring
selected_organizations_urlstring
visibilitystring
allows_public_repositoriesboolean
defaultboolean

Methods

NameAccessible byRequired ParamsDescription
get_self_hosted_runner_group_for_enterpriseSELECTenterprise, runner_group_idGets a specific self-hosted runner group for an enterprise.

You must authenticate using an access token with the manage_runners:enterprise scope to use this endpoint.
list_self_hosted_runner_groups_for_enterpriseSELECTenterpriseLists all self-hosted runner groups for an enterprise.

You must authenticate using an access token with the manage_runners:enterprise scope to use this endpoint.
create_self_hosted_runner_group_for_enterpriseINSERTenterprise, data__nameCreates a new self-hosted runner group for an enterprise.

You must authenticate using an access token with the manage_runners:enterprise scope to use this endpoint.
delete_self_hosted_runner_group_from_enterpriseDELETEenterprise, runner_group_idDeletes a self-hosted runner group for an enterprise.

You must authenticate using an access token with the manage_runners:enterprise scope to use this endpoint.
update_self_hosted_runner_group_for_enterpriseEXECenterprise, runner_group_idUpdates the name and visibility of a self-hosted runner group in an enterprise.

You must authenticate using an access token with the manage_runners:enterprise scope to use this endpoint.