v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.OrganizationService

SetTier

Sets the tier of an organization.

Use this method to:

  • Change an organization's tier between free, core, and enterprise

Examples

  • Set organization tier:

    Changes organization tier to enterprise.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    tier: ORGANIZATION_TIER_ENTERPRISE
    
post/gitpod.v1.OrganizationService/SetTier

Request body

managedRunnersEnabledboolean nullable

managed_runners_enabled overrides whether the organization may create and retain managed runners. When omitted, the server applies the default for the tier transition.

organizationIdstring uuid required

organization_id is the ID of the organization to update

tier'ORGANIZATION_TIER_UNSPECIFIED' | 'ORGANIZATION_TIER_FREE' | 'ORGANIZATION_TIER_ENTERPRISE' | 'ORGANIZATION_TIER_CORE' | 'ORGANIZATION_TIER_FREE_ONA' required

Response

Success