Skip to main content
POST
/
v1
/
agents
/
{agent}
/
install
cURL
curl --request POST \
  --url http://localhost:2468/v1/agents/{agent}/install \
  --header 'Content-Type: application/json' \
  --data '
{
  "agentProcessVersion": "<string>",
  "agentVersion": "<string>",
  "reinstall": true
}
'
{
  "already_installed": true,
  "artifacts": [
    {
      "kind": "<string>",
      "path": "<string>",
      "source": "<string>",
      "version": "<string>"
    }
  ]
}

Path Parameters

agent
string
required

Agent id

Body

application/json
agentProcessVersion
string | null
agentVersion
string | null
reinstall
boolean | null

Response

Agent install result

already_installed
boolean
required
artifacts
object[]
required