Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Register local runner agents

PUT/v1/private/local-runners/{runnerId}/agentsRegister local runner agents

Register or update the local runner's agent list

Parameters

runnerIdstring · uuidpathrequired

Request body

Map of agent name to agent definition

application/json
object
Example request
{}

Responses

204No content
400Bad requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
404Not foundapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu