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

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

GitpodV1SetTierResponse required

Changes