Unique identifier of the self-hosted runner group.
Set self-hosted runners in a group for an organization
Replaces the list of self-hosted runners that are part of an organization runner group.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Path Parameters
Body
application/json
Body
Unique identifier of the runner.
Response
204
Response
Response
Path Parameters
Body
Add a self-hosted runner to a group for an organization
Adds a self-hosted runner to a runner group configured in an organization.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Path Parameters
Unique identifier of the self-hosted runner group.
Unique identifier of the self-hosted runner.
Response
204
Response
Response
Path Parameters
Remove a self-hosted runner from a group for an organization
Removes a self-hosted runner from a group configured in an organization. The runner is then returned to the default group.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Path Parameters
Unique identifier of the self-hosted runner group.
Unique identifier of the self-hosted runner.
Response
204
Response
Response
Path Parameters
List self-hosted runners for an organization
Lists all self-hosted runners configured in an organization.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Query Parameters
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Path Parameters
Response
200 application/json
Response
Response
A self hosted runner
Show Child Parameters
Path Parameters
Query Parameters
List runner applications for an organization
Lists binaries for the runner application that you can download and run.
You must authenticate using an access token with the admin:org
scope to use this endpoint.
Path Parameters
Response
200 application/json
Response
Response
Runner Application
A short lived bearer token used to download the runner, if needed.