# Deprecated Features

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [streaming-full.txt](https://docs.redpanda.com/streaming-full.txt)

---
title: Deprecated Features
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "true"
page-eol-date: December 22, 2024
latest-console-tag: v3.7.3
latest-connect-version: 4.93.0
docname: deprecated/index
page-component-name: streaming
page-version: "23.3"
page-component-version: "23.3"
page-component-title: Streaming
page-relative-src-path: deprecated/index.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/v/23.3/modules/upgrade/pages/deprecated/index.adoc
description: See a list of deprecated features in Redpanda releases and plan necessary upgrades or modifications.
page-git-created-date: "2023-08-04"
page-git-modified-date: "2024-07-30"
support-status: past end-of-life
---

<!-- Source: https://docs.redpanda.com/streaming/23.3/upgrade/deprecated.md -->

This index helps you to identify deprecated features in Redpanda releases and plan necessary upgrades or modifications.

| Feature | Deprecated in | Details |
| --- | --- | --- |
| space_management_enable_override | 23.3.2 | This property was a workaround in older version of Redpanda. It is no longer required and the property is ignored. |
| delete_retention_ms | 23.3.1 | Use log_retention_ms instead. |
| partition_autobalancing_movement_batch_size_bytes | 23.2.12 | Use partition_autobalancing_concurrent_moves instead. |
| Cluster and Console custom resources | 23.2.1 | Use the Redpanda resource instead. |

## [](#rpk-commands)rpk commands

The following `rpk` commands have been modified or have had flag updates.

### [](#renames)Renames

| Feature | Deprecated in | Details |
| --- | --- | --- |
| rpk cluster storage recovery | 23.3.1 | Use rpk cluster storage restore instead. You can still use rpk cluster storage recovery as an alias. |
| rpk cluster partitions movement | 23.2.1 | Use rpk cluster partitions move instead. This also applies to rpk cluster partitions movement status and rpk cluster partitions movement cancel. |
| rpk cluster partitions movement cancel | 23.2.1 | Use rpk cluster partitions move-cancel instead. |
| rpk cluster partitions movement status | 23.2.1 | Use rpk cluster partitions move-status instead. |
| rpk cloud auth create | 23.3.9 | This command has been fully deprecated. rpk cloud auth fully manages authentication fields now. |
| rpk cloud auth edit | 23.3.9 | This command has been fully deprecated. rpk cloud auth fully manages authentication fields now. |
| rpk cloud auth rename to | 23.3.9 | This command has been fully deprecated. rpk cloud auth fully manages authentication fields now. |

### [](#flag-changes)Flag changes

| Flags | Deprecated in | Used in | Details |
| --- | --- | --- | --- |
| --admin-api-tls-cert--admin-api-tls-enabled--admin-api-tls-key--admin-api-tls-truststore--brokers--config--password--sasl-mechanism--tls-cert--tls-enabled--tls-key--tls-truststore--user | 23.2.1 | rpk aclrpk clusterrpk topicrpk debugrpk grouprpk redpanda | Security flags have been moved into the global -X flag. While the old flags still work, its recommended that you use the new flag. See rpk -X for details. |
| --client-id--client-secret | 23.2.1 | rpk cloud byoc install | Use the -X flag instead. See rpk cloud byoc install - Example for defails. |
| --topic-name-pattern | 23.3.1 | rpk cluster storage recovery start |  |
| --datasource--job-name--metrics-endpoint | 23.2.1 | rpk generate grafana dashboard | Use --dashboard instead. While the old flags still work, its recommended that you use the new flag. |

## Suggested labs

-   [Migrate Data with Redpanda Migrator](https://docs.redpanda.com/labs/docker-compose/redpanda-migrator/)

[Search all labs](https://docs.redpanda.com/labs)