Search + K

Command Palette

Search for a command to run...

Sign In

Add a self-hosted runner to a group for an organization

PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}
Copy endpoint
https://api.github.com

Adds a self-hosted runner to a runner group configured in an organization.

OAuth tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.

Parameters

path Path Parameters

Name Type
org required

The organization name. The name is not case sensitive.

string
runner_group_id required

Unique identifier of the self-hosted runner group.

number
runner_id required

Unique identifier of the self-hosted runner.

number

Responses

204

Response

unknown