---
title: "POST /v1/{+name}:resume"
method: POST
path: "/v1/{+name}:resume"
tags: ["partners"]
---

# POST /v1/{+name}:resume

`POST /v1/{+name}:resume`

Resumes a suspended subscription. The new billing cycle will start at the time of the request. It should be called directly by the partner using service accounts.

## Path parameters

- `name` string, required

## Request body

- ResumeSubscriptionRequest — Request to resume a suspended subscription.
  - `resumeMode` 'RESUME_MODE_UNSPECIFIED' | 'RESUME_MODE_CYCLE_OPTIONS' | 'RESUME_MODE_RESTORE_EXISTING_BILLING_SCHEDULE' | 'RESUME_MODE_IMMEDIATE_NEW_CYCLE' — Required. The mode to resume the subscription.
  - `cycleOptions` CycleOptions — The cycle options when starting and resuming a subscription.
    - `initialCycleDuration` Duration — Describes the length of a period of a time.
      - `unit` 'UNIT_UNSPECIFIED' | 'MONTH' | 'DAY' | 'HOUR' — The unit used for the duration
      - `count` integer — number of duration units to be included.

## Response `200`

Successful response

---

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