---
title: "POST /plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes"
method: POST
path: "/plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes"
tags: ["plugins"]
deprecated: true
---

# POST /plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes

`POST /plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes`

> **Deprecated.**

DEPRECATED. Plugin prices are now managed by category. This endpoint will be removed in the near future and currently returns only empty data.

## Path parameters

- `team_name` string, required — The unique name for the team.
- `plugin_kind` 'source' | 'destination' | 'transformer', required — The kind of plugin, ie. source or destination.
- `plugin_name` string, required — The unique name for the plugin.

## Request body

- PluginPriceCreate — CloudQuery Plugin Price Create
  - `usd_per_row` string, required — The price per row in USD. This is used to calculate the price of a sync.
  - `free_rows_per_month` integer, required — The number of rows that can be synced for free each month.
  - `effective_from` string, date-time, required — The date and time the price came (or will come) into effect.

## Response `201`

Response

- PluginPrice — CloudQuery Plugin Price
  - `id` string, uuid, required — ID of the price change
  - `usd_per_row` string, required — The price per row in USD. This is used to calculate the price of a sync.
  - `free_rows_per_month` integer, required — The number of rows that can be synced for free each month.
  - `effective_from` string, date-time, required — The date and time the price came (or will come) into effect.

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `422` — UnprocessableEntity
- `500` — Internal Error

---

[API](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/versions/4af580f9023b/schema)
