Skip to main content
Unary · Prebuilds Updates a warm pool’s configuration. Use this method to change the desired pool size.

Examples

  • Update pool size:

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.UpdateWarmPoolRequest

Response

gitpod.v1.UpdateWarmPoolResponse
WarmPool maintains pre-created environment instances from a prebuild snapshot for near-instant environment startup. One warm pool exists per <project, environment_class> pair.gitpod.v1.WarmPool
WarmPoolMetadata contains metadata about the warm poolgitpod.v1.WarmPoolMetadata
WarmPoolSpec contains the desired configuration for a warm poolgitpod.v1.WarmPoolSpec
WarmPoolStatus contains the current status of a warm pool as reported by the runnergitpod.v1.WarmPoolStatus
WarmPoolPhase represents the lifecycle phase of a warm pool