Reset the runner registration token for a group
POST
/api/v4/groups/{id}/runners/reset_registration_token
Resets the runner registration token for a specified group.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
string
The ID of a group
Responses
Section titled “ Responses ”Created
Media type application/json
object
token
string
token_expires_at
string
Example generated
{ "token": "example", "token_expires_at": "example"}Bad Request
Unauthorized
Forbidden
Group Not Found