Vultr DocsLatest Content


Update

Updated on 15 September, 2025

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


vultr-cli database topic update modifies configuration settings for a specified Kafka topic within a Vultr managed database instance, allowing you to adjust parameters like retention period or partitions.

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

No comments yet.