Skip to content

Reset an authentication token for a runner

POST
/api/v4/runners/{id}/reset_authentication_token

Resets the authentication token for a specified runner.

id
required
integer

The ID of the runner

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