gitpod.v1.RunnerService
UpdateRunner
Updates a runner's configuration.
Use this method to:
- Modify runner settings
- Update release channels
- Change runner status
- Configure auto-update settings
Examples
-
Update configuration:
Changes runner settings.
runnerId: "d2c94c27-3b76-4a42-b88c-95a85e392c68" name: "Updated Runner Name" spec: configuration: releaseChannel: RUNNER_RELEASE_CHANNEL_LATEST autoUpdate: true
post/gitpod.v1.RunnerService/UpdateRunner
Request body
Response
Success
GitpodV1UpdateRunnerResponse required