gitpod.v1.RunnerInteractionService
UpdateRunnerStatus
Updates the runner's status and capabilities.
Use this method to:
- Report runner health
- Update version information
- Signal system changes
- Configure capabilities
Examples
-
Update status:
Updates runner status and details.
runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68" version: "1.2.3" systemDetails: "Linux x86_64" logUrl: "https://logs.example.com/runner" region: "us-west" capabilities: ["RUNNER_CAPABILITY_SECRET_CONTAINER_REGISTRY"]
post/gitpod.v1.RunnerInteractionService/UpdateRunnerStatus
Request body
Response
Success
GitpodV1UpdateRunnerStatusResponse required