Reset an authentication token for a runner
POST
/api/v4/runners/{id}/reset_authentication_token
Resets the authentication token for a specified runner.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
integer
The ID of the runner
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
No access granted
Runner not found
Unprocessable Entity