gitpod.v1.PrebuildService

UpdateWarmPool

Updates a warm pool's configuration.

Use this method to change the desired pool size.

Examples

  • Update pool size:

    warmPoolId: "a1b2c3d4-5678-9abc-def0-1234567890ab"
    desiredSize: 5
    
post/gitpod.v1.PrebuildService/UpdateWarmPool

Request body

desiredSizeinteger nullable

desired_size updates the number of warm instances to maintain.

warmPoolIdstring uuid required

warm_pool_id specifies the warm pool to update

Response

Success

Changes