---
title: "SetTier"
method: POST
path: "/gitpod.v1.OrganizationService/SetTier"
tags: ["gitpod.v1.OrganizationService"]
---

# SetTier

`POST /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.

   ```yaml
   organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   tier: ORGANIZATION_TIER_ENTERPRISE
   ```

## Request body

- GitpodV1SetTierRequest
  - `organizationId` string, 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 `200`

Success

- GitpodV1SetTierResponse

## Other responses

- `default` — Error

## Changes

- **2025-12-15** `d62ef4b9187c` — 2 info
  - added the new `ORGANIZATION_TIER_CORE` enum value to the request property `tier`
  - added the new `ORGANIZATION_TIER_FREE_ONA` enum value to the request property `tier`
- **2025-06-10** `ca9a49ac7fbb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gitpod-io/apis/gitpod-v1/changes/gitpod.v1.OrganizationService/SetTier/post.md)

---

[API](https://skmtc.dev/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.dev/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/dabc0ff98cd7/schema)
