---
title: "PUT /update-pricing-plan"
method: PUT
path: "/update-pricing-plan"
---

# PUT /update-pricing-plan

`PUT /update-pricing-plan`

This updates an existing pricing plan.

## Request body

- object
  - `Arn` string, required — The Amazon Resource Name (ARN) of the pricing plan that you're updating.
  - `Name` string, password — The name of the pricing plan. The name must be unique to each pricing plan.
  - `Description` string, password — The description of the pricing plan.

## Response `200`

Success

- UpdatePricingPlanOutput
  - `Arn` string — The Amazon Resource Name (ARN) of the updated pricing plan.
  - `Name` string, password — The name of the pricing plan. The name must be unique to each pricing plan.
  - `Description` string, password — The new description for the pricing rule.
  - `Size` integer — The pricing rules count that's currently associated with this pricing plan list.
  - `LastModifiedTime` integer — The most recent time when the pricing plan was modified.

## Other responses

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

---

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