---
title: "Change Payment Plan"
method: POST
path: "/api/v1/orgs/current/plan"
tags: ["orgs"]
---

# Change Payment Plan

`POST /api/v1/orgs/current/plan`

## Request body

- ChangePaymentPlanSchema — Change payment plan schema.
  - `tier` 'disabled' | 'developer' | 'developer_01_2026' | 'plus' | 'plus_01_2026' | 'startup' | 'startup_v0' | 'partner' | 'premier' | 'free', required — Enum for payment plans that the user can change to. Developer plans are permanent and enterprise plans will be changed manually.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/versions/a0acb3a6a101/schema)
