---
title: "Reactivate Subscription"
method: POST
path: "/billing/team/{team_id}/reactivate-subscription"
tags: ["billing"]
---

# Reactivate Subscription

`POST /billing/team/{team_id}/reactivate-subscription`

Undo a pending subscription cancellation.

If the team's subscription is scheduled to cancel at period end,
this removes the cancellation so the subscription renews normally.
Prevents double-charging when a user cancels then changes their mind.

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- SuccessResponse — Generic success response.
  - `success` boolean
  - `message` string, nullable
  - `data` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/versions/31dfe831e079/schema)
