Skip to content

Update a runner controller

PUT
/api/v4/runner_controllers/{id}

Updates the details of an existing runner controller by its ID.

id
required
integer

ID of the runner controller

Media type application/json
object
description

Description of the runner controller

string
nullable
Example
Controller for managing runner
state

State of the runner controller (disabled, enabled, dry_run)

string
nullable
Allowed values: disabled enabled dry_run

OK

Media type application/json
object
id
integer format: int64
description
string
state
string
created_at
string format: date-time
updated_at
string format: date-time
Example
{
"id": 1,
"description": "Controller for managing runner",
"state": "enabled"
}

Bad Request

Forbidden

Not found