Install updates on an agent
POST/agents/:agentId/install-updates
Trigger update installations on a specific agent. Supports system updates (Windows KB), application updates (winget), Linux packages, and driver updates. Validates applicability before sending the install command.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 503
Install command queued
Invalid request (bad installType, empty updates, updates not applicable)
Missing or invalid API key
Insufficient permissions (API key scope)
Resource not found
Agent is offline or another install is already in progress.
RabbitMQ command service unavailable.