Mutation
Response
Mutations
runCliHealthChecks
Starts manual CLI health sweeps for one agent or every eligible agent.
MUTATION
runCliHealthChecks(agentId: ID): InstallationStatus!Arguments
agentId
ID
Agent to check, or null to dispatch to all online compatible agents.
Returns
version
String!
Version of the running server package.
dependencies
Versions of dependencies bundled with the control agent and web application.
customChecks
Global custom CLI health check settings, including disabled checks.
agents
CLI health and version information for every registered agent.
Mutation
Response