Skip to main content
Unary · Prebuilds Lists warm pools with optional filtering. Use this method to:
  • View all warm pools for a project
  • Monitor warm pool status across environment classes

Examples

  • List warm pools for a project:

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

Response

gitpod.v1.ListWarmPoolsResponse
gitpod.v1.ListWarmPoolsRequest.Filter
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse
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