confluentinc

Clusters Delete — Development skill for Claude Code

Development community

Delete a Kafka cluster from Confluent Cloud.

How to install Clusters Delete

Installs to ~/.claude/commands/confluentinc-claude-code-confluent-plugin-clusters-delete.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/confluentinc/claude-code-confluent-plugin/HEAD/.claude/commands/clusters-delete.md -o ~/.claude/commands/confluentinc-claude-code-confluent-plugin-clusters-delete.md

Restart Claude Code, or start a new session, for it to be picked up.

What Clusters Delete does


description: Delete a Kafka cluster from Confluent Cloud allowed-tools: mcp__confluent-infra__list_environments, mcp__confluent-infra__list_clusters, mcp__confluent-infra__delete_cluster

**Before starting:** If any tool call fails with "Missing required environment variables", tell the user: "Set your Confluent Cloud API credentials — generate at https://confluent.cloud/settings/api-keys, then `export CONFLUENT_CLOUD_API_KEY=... CONFLUENT_CLOUD_API_SECRET=...` and restart Claude Code."

Alternatives in Development

Full documentation available on GitHub

View Source Repository