Skip to content

Delete a runner controller

DELETE
/api/v4/runner_controllers/{id}

Deletes a specified runner controller. Administrators only.

id
required
integer

ID of the runner controller

No Content

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