Vultr DocsLatest Content


Create

Updated on 15 September, 2025

Creates a new topic in a Vultr managed database service for message streaming between applications


The vultr-cli database topic create command creates a new topic in a Vultr managed database service, allowing you to establish message streaming channels for applications.

Usage

console
$ vultr-cli database topic create <Database ID> [flags]

Flags

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

Comments

No comments yet.