---
title: "PUT /applications/{applicationId}/subscriptions/{subscriptionId}"
method: PUT
path: "/applications/{applicationId}/subscriptions/{subscriptionId}"
---

# PUT /applications/{applicationId}/subscriptions/{subscriptionId}

`PUT /applications/{applicationId}/subscriptions/{subscriptionId}`

Updates the pricing tier for an Amazon Q Business subscription. Upgrades are instant. Downgrades apply at the start of the next month. Subscription tier determines feature access for the user. For more information on subscriptions and pricing tiers, see <a href="https://aws.amazon.com/q/business/pricing/">Amazon Q Business pricing</a>.

## Path parameters

- `applicationId` string, required
- `subscriptionId` string, required

## Request body

- object
  - `type` 'Q_LITE' | 'Q_BUSINESS', required — The type of the Amazon Q Business subscription to be updated.

## Response `200`

Success

- UpdateSubscriptionResponse
  - `subscriptionArn` string — The Amazon Resource Name (ARN) of the Amazon Q Business subscription that was updated.
  - `currentSubscription` object — The type of your current Amazon Q Business subscription.
    - `type` 'Q_LITE' | 'Q_BUSINESS' — The type of an Amazon Q Business subscription.
  - `nextSubscription` object — The type of the Amazon Q Business subscription for the next month.
    - `type` 'Q_LITE' | 'Q_BUSINESS' — The type of an Amazon Q Business subscription.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ConflictException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — AccessDeniedException

---

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