Runners
A runner represents the configuration for a CI/CD runner that can be installed an a server.
List runner configurations associated with a server
path Parameters
zoneThe zone you want to target
query Parameters
server_idID of the server for which to list applied runner configurations. (UUID format)
project_idOnly list servers of this project ID. (UUID format)
organization_idOnly list servers of this Organization ID. (UUID format)
pagePositive integer to choose the page to return.
page_sizePositive integer lower or equal to 100 to select the number of items to return.
List runner configurations associated with a server › Responses
total_countCreate a new runner configuration
path Parameters
zoneThe zone you want to target
Create a new runner configuration › Request Body
project_idCreates a runner in the given project_id. (UUID format)
Configuration details for the runner.
Create a new runner configuration › Responses
idstatuserror_messageRetrieve a runner configuration
path Parameters
zoneThe zone you want to target
runner_idID of the runner configuration to get. (UUID format)
Retrieve a runner configuration › Responses
idstatuserror_messageCreate a new runner configuration
path Parameters
zoneThe zone you want to target
runner_idID of the runner configuration to update. (UUID format)
Create a new runner configuration › Request Body
Configuration details for the runner.
Create a new runner configuration › Responses
idstatuserror_message