Skip to content

Register a runner controller

POST
/api/v4/runner_controllers

Registers a 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
default: disabled nullable
Allowed values: disabled enabled dry_run

Created

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