v18

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

CancelSubscription

Cancels an existing subscription.

Use this method to:

  • Cancel active subscription
  • Stop recurring billing
  • Maintain access until end of billing period

Examples

  • Cancel subscription:

    Cancels the specified subscription.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    subscriptionType: SUBSCRIPTION_TYPE_CORE
    
post/gitpod.v1.BillingService/CancelSubscription

Request body

organizationIdstring required

subscription_id is the ID of the subscription to cancel

subscriptionType'SUBSCRIPTION_TYPE_UNSPECIFIED' | 'SUBSCRIPTION_TYPE_CORE' required

Response

Success

GitpodV1CancelSubscriptionResponse required