Skip to content

Reset the runner registration token for a project

POST
/api/v4/projects/{id}/runners/reset_registration_token

Resets the runner registration token for a specified project.

id
required
string

The ID of a project

Created

Media type application/json
object
token
string
token_expires_at
string
Example generated
{
"token": "example",
"token_expires_at": "example"
}

Bad Request

Unauthorized

Forbidden

Project Not Found