Vultr DocsLatest Content


Update

Updated on 07 November, 2025

Modifies configuration settings for a specified Kafka topic within a Vultr managed database instance.


The vultr-cli database topic update command modifies configuration settings for an existing Kafka topic within a Vultr managed database instance, allowing you to adjust topic properties as needed.

Usage

console
$ vultr-cli database topic update <Database ID> <Topic Name> [flags]

Flags

Shorthand Long Version Description
-p --partitions partitions for the managed database topic
-r --replication replication factor for the managed database topic
- --retention-bytes retention bytes for the managed database topic
- --retention-hours retention hours for the managed database topic

Comments