Skip to main content
Unary · Prebuilds Gets details about a specific warm pool. Use this method to:
  • Check warm pool status and phase
  • View the current snapshot being warmed
  • Monitor pool health

Examples

  • Get warm pool:

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.GetWarmPoolRequest

Response

gitpod.v1.GetWarmPoolResponse
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