UpdateRunner
POST/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
UpdateRunner
curl https://app.gitpod.io/api/gitpod.v1.RunnerService/UpdateRunner \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $GITPOD_API_KEY" \
-d '{}'{}Returns Examples
{}