Skip to main content
PUT
Update OrchestratorAgent

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Body

application/json

An agent is an instantiated agent runtime within an org+project, tracking lifecycle and configuration.

agentRuntimeId
string
agentRuntimeRef
string | null
changeSequence
integer<int32>
createdBy
string | null
description
string | null
metadata
unknown
moduleRefs
string[] | null
name
string
slug
string
status
string
taskId
string | null
userId
string | null

Response

Updated OrchestratorAgent

An agent is an instantiated agent runtime within an org+project, tracking lifecycle and configuration.

agentRuntimeId
string
required
agentRuntimeRef
string | null
required
changeSequence
integer<int32>
required
createdBy
string | null
required
createdOn
string<date-time>
required
description
string | null
required
id
string
required
metadata
unknown
required
moduleRefs
string[] | null
required
name
string
required
organizationId
string
required
projectId
string
required
slug
string
required
status
string
required
taskId
string | null
required
updatedOn
string<date-time>
required
uuid
string
required
userId
string | null