TriggerUpgrade
Trigger an upgrade operation for a single agent to the specified version
POST
/api/v1/agents/{uuid}/lifecycle/upgradeOperation ID
TriggerUpgradeSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
uuidStringRequiredUUID of the agent to upgrade
Body Fields
upgradeObjectRequiredUpgrade for this resource
toVersionStringTarget version to upgrade the agent to
Example: 1.5.0
artifactUrlStringURL to download the upgrade artifact from
Example: https://artifacts.example.com/agent-1.5.0.tar.gz
checksumStringSHA256 checksum for verifying the upgrade artifact
Example: sha256:abc123def456
