---
title: "Changes to Create a new Partial"
method: POST
path: "/v2/control-planes/{controlPlaneId}/core-entities/partials"
---

# Changes to Create a new Partial

`POST /v2/control-planes/{controlPlaneId}/core-entities/partials`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 9 of 52 revisions.

- **2026-08-26** `72502a676a92` — 1 breaking, 10 info
- **2026-06-26** `4a39c7f85509` — 6 breaking, 6 info
- **2026-04-24** `7d6a643707d9` — 1 breaking, 3 info
- **2026-01-13** `ad02b4e24eb2` — 4 info
- **2025-09-16** `f03059016622` — 2 breaking, 20 warning
- **2025-08-22** `96118a9cd7f4` — 6 breaking, 46 info
- **2025-08-12** `9ca62eba4eca` — 2 breaking, 6 info
- **2025-07-22** `2c77aeaee5fb` — 32 breaking, 32 info
- **2025-05-21** `69704304ad5f` — 1 info

## Changes

- **2026-08-26** `72502a676a92` — 1 breaking, 10 info
  - the request property `oneOf[#/components/schemas/PartialModel]/config/logging` became not nullable
  - added the new optional request property `oneOf[#/components/schemas/PartialModel]/config/model/options/cache_read_cost`
  - added the new optional request property `oneOf[#/components/schemas/PartialModel]/config/model/options/cache_write_cost`
  - added the new optional request property `oneOf[#/components/schemas/PartialModel]/config/model/options/cache_write_cost_list`
  - added the new optional request property `oneOf[#/components/schemas/PartialModel]/config/model/options/context_window_factor`
  - added the new optional request property `oneOf[#/components/schemas/PartialModel]/config/model/options/service_tier_factor`
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/cache_read_cost` to the response with the `201` status
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/cache_write_cost` to the response with the `201` status
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/cache_write_cost_list` to the response with the `201` status
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/context_window_factor` to the response with the `201` status
  - added the optional property `oneOf[#/components/schemas/PartialModel]/config/model/options/service_tier_factor` to the response with the `201` status
- **2026-06-26** `4a39c7f85509` — 6 breaking, 6 info
  - the `oneOf[#/components/schemas/PartialRedisCe]/config/port` request property type changed from `integer` to `string`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/port` request property type changed from `integer` to `string`
  - the `oneOf[#/components/schemas/PartialVectordb]/config/redis/port` request property type changed from `integer` to `string`
  - the `oneOf[#/components/schemas/PartialRedisCe]/config/port` response's property type changed from `integer` to `string` for status `201`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/port` response's property type changed from `integer` to `string` for status `201`
  - the `oneOf[#/components/schemas/PartialVectordb]/config/redis/port` response's property type changed from `integer` to `string` for status `201`
  - the `port` request property default value changed from `6379` to `6379`
  - the `port` request property default value changed from `6379` to `6379`
  - the `port` request property default value changed from `6379` to `6379`
  - the `port` response's property default value changed from `6379` to `6379` for the status `201`
  - the `port` response's property default value changed from `6379` to `6379` for the status `201`
  - the `port` response's property default value changed from `6379` to `6379` for the status `201`
- **2026-04-24** `7d6a643707d9` — 1 breaking, 3 info
  - added `#/components/schemas/PartialVectordb, #/components/schemas/PartialEmbeddings, #/components/schemas/PartialModel` to the response body `oneOf` list for the response status `201`
  - added `embeddings, model, vectordb` mapping keys to the request discriminator
  - added `#/components/schemas/PartialVectordb, #/components/schemas/PartialEmbeddings, #/components/schemas/PartialModel` to the request body `oneOf` list
  - added `embeddings, model, vectordb` mapping keys to the response discriminator for the response status `201`
- **2026-01-13** `ad02b4e24eb2` — 4 info
  - added the new optional request property `oneOf[#/components/schemas/PartialRedisCe]/config/cloud_authentication`
  - added the new optional request property `oneOf[#/components/schemas/PartialRedisEe]/config/cloud_authentication`
  - added the optional property `oneOf[#/components/schemas/PartialRedisCe]/config/cloud_authentication` to the response with the `201` status
  - added the optional property `oneOf[#/components/schemas/PartialRedisEe]/config/cloud_authentication` to the response with the `201` status
- **2025-09-16** `f03059016622` — 2 breaking, 20 warning
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/cluster_nodes` request property's minLength was increased from `0` to `1`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/sentinel_nodes` request property's minLength was increased from `0` to `1`
  - the `oneOf[#/components/schemas/PartialRedisCe]/config/port` request property's max was set to `65535.00`
  - the `oneOf[#/components/schemas/PartialRedisCe]/config/timeout` request property's max was set to `2147483646.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/cluster_nodes/items/port` request property's max was set to `65535.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/connect_timeout` request property's max was set to `2147483646.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/keepalive_backlog` request property's max was set to `2147483646.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/keepalive_pool_size` request property's max was set to `2147483646.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/port` request property's max was set to `65535.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/read_timeout` request property's max was set to `2147483646.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/send_timeout` request property's max was set to `2147483646.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/sentinel_nodes/items/port` request property's max was set to `65535.00`
  - the `oneOf[#/components/schemas/PartialRedisCe]/config/port` request property's min was set to `0.00`
  - the `oneOf[#/components/schemas/PartialRedisCe]/config/timeout` request property's min was set to `0.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/cluster_nodes/items/port` request property's min was set to `0.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/connect_timeout` request property's min was set to `0.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/keepalive_backlog` request property's min was set to `0.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/keepalive_pool_size` request property's min was set to `1.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/port` request property's min was set to `0.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/read_timeout` request property's min was set to `0.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/send_timeout` request property's min was set to `0.00`
  - the `oneOf[#/components/schemas/PartialRedisEe]/config/sentinel_nodes/items/port` request property's min was set to `0.00`
- **2025-08-22** `96118a9cd7f4` — 6 breaking, 46 info
  - the response property `oneOf[#/components/schemas/PartialRedisCe]/config/host` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/cluster_nodes` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/keepalive_backlog` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/sentinel_nodes` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/server_name` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEe]/config/username` became nullable for the status `201`
  - the request property `oneOf[#/components/schemas/PartialRedisCe]/config/host` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisEe]/config/cluster_nodes` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisEe]/config/keepalive_backlog` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisEe]/config/sentinel_nodes` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisEe]/config/server_name` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisEe]/config/username` became nullable
  - the `cluster_max_redirections` request property default value `5` was added
  - the `connect_timeout` request property default value `2000` was added
  - the `connection_is_proxied` request property default value `false` was added
  - the `database` request property default value `0` was added
  - the `database` request property default value `0` was added
  - the `host` request property default value `127.0.0.1` was added
  - the `host` request property default value `127.0.0.1` was added
  - the `ip` request property default value `127.0.0.1` was added
  - the `keepalive_pool_size` request property default value `256` was added
  - the `port` request property default value `6379` was added
  - the `port` request property default value `6379` was added
  - the `port` request property default value `6379` was added
  - the `port` request property default value `6379` was added
  - the `read_timeout` request property default value `2000` was added
  - the `send_timeout` request property default value `2000` was added
  - the `ssl` request property default value `false` was added
  - the `ssl` request property default value `false` was added
  - the `ssl_verify` request property default value `false` was added
  - the `ssl_verify` request property default value `false` was added
  - the `timeout` request property default value `2000` was added
  - the `cluster_max_redirections` response's property default value `5` was added for the status `201`
  - the `connect_timeout` response's property default value `2000` was added for the status `201`
  - the `connection_is_proxied` response's property default value `false` was added for the status `201`
  - the `database` response's property default value `0` was added for the status `201`
  - the `database` response's property default value `0` was added for the status `201`
  - the `host` response's property default value `127.0.0.1` was added for the status `201`
  - the `host` response's property default value `127.0.0.1` was added for the status `201`
  - the `ip` response's property default value `127.0.0.1` was added for the status `201`
  - …12 more
- **2025-08-12** `9ca62eba4eca` — 2 breaking, 6 info
  - removed `#/components/schemas/PartialRedisCE, #/components/schemas/PartialRedisEE` from the request body `oneOf` list
  - added `#/components/schemas/PartialRedisCe, #/components/schemas/PartialRedisEe` to the response body `oneOf` list for the response status `201`
  - mapped value for key `redis-ce` changed from `#/components/schemas/PartialRedisCE` to `#/components/schemas/PartialRedisCe` from the request discriminator
  - mapped value for key `redis-ee` changed from `#/components/schemas/PartialRedisEE` to `#/components/schemas/PartialRedisEe` from the request discriminator
  - added `#/components/schemas/PartialRedisCe, #/components/schemas/PartialRedisEe` to the request body `oneOf` list
  - mapped value for key `redis-ce` changed from `#/components/schemas/PartialRedisCE` to `#/components/schemas/PartialRedisCe` from the response discriminator for the response status `201`
  - mapped value for key `redis-ee` changed from `#/components/schemas/PartialRedisEE` to `#/components/schemas/PartialRedisEe` from the response discriminator for the response status `201`
  - removed `#/components/schemas/PartialRedisCE, #/components/schemas/PartialRedisEE` from the response body `oneOf` list for the response status `201`
- **2025-07-22** `2c77aeaee5fb` — 32 breaking, 32 info
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/database` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/host` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/password` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/port` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/server_name` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/ssl` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/ssl_verify` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/timeout` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/config/username` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisCE]/tags` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/cluster_max_redirections` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/cluster_nodes` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/connect_timeout` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/connection_is_proxied` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/database` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/host` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/keepalive_backlog` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/keepalive_pool_size` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/password` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/port` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/read_timeout` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/send_timeout` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_master` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_nodes` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_password` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_role` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/sentinel_username` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/server_name` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/ssl` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/ssl_verify` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/config/username` became nullable for the status `201`
  - the response property `oneOf[#/components/schemas/PartialRedisEE]/tags` became nullable for the status `201`
  - the request property `oneOf[#/components/schemas/PartialRedisCE]/config/database` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisCE]/config/host` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisCE]/config/password` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisCE]/config/port` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisCE]/config/server_name` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisCE]/config/ssl` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisCE]/config/ssl_verify` became nullable
  - the request property `oneOf[#/components/schemas/PartialRedisCE]/config/timeout` became nullable
  - …24 more
- **2025-05-21** `69704304ad5f` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api/docs/v2/control-planes/:controlPlaneId/core-entities/partials/post.md) · [API](https://skmtc.dev/kong/apis/konnect-api.md) · [Page](https://skmtc.dev/kong/apis/konnect-api/changes/v2/control-planes/:controlPlaneId/core-entities/partials/post)
