Skip to main content
Glama

Vultr MCP

by rsp2k

delete_kafka_topic

Remove a Kafka topic from Vultr's managed database service using the database ID and topic name to manage your streaming data infrastructure.

Instructions

Delete a Kafka topic.

Args: database_id: The Kafka database ID or label topic_name: The topic name to delete

Returns: Status message confirming deletion

Input Schema

NameRequiredDescriptionDefault
database_idYes
topic_nameYes

Input Schema (JSON Schema)

{ "properties": { "database_id": { "title": "Database Id", "type": "string" }, "topic_name": { "title": "Topic Name", "type": "string" } }, "required": [ "database_id", "topic_name" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server