delete-connections-username

Close all connections for a specific username. Optionally provide a reason.

Server Rabbitmq rabbitmq-mcp
Category Destructive
Risk class Critical
Parameters 00 required

What delete-connections-username does on Rabbitmq

AI agents call delete-connections-username to permanently remove resources in Rabbitmq — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

Why delete-connections-username needs a policy

Closing all connections for a user is a destructive action that cannot be easily undone and causes immediate loss of service for that user. While not data deletion, it terminates active sessions forcibly, which constitutes an irreversible operational disruption. The tool sits alongside other destructive operations (delete-exchange, delete-binding, etc.) in the RabbitMQ server, reinforcing its destructive nature.

From the tool's definition Tool name and description: "delete-connections-username" - "Close all connections for a specific username." This terminates active connections, which is an irreversible operation that forcibly disconnects users and disrupts their sessions.

Questions about delete-connections-username

What does the delete-connections-username tool do? +

Close all connections for a specific username. Optionally provide a reason. It is categorised as a Destructive tool in the Rabbitmq MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

How do I enforce a policy on delete-connections-username? +

Register the Rabbitmq MCP server in PolicyLayer and add a rule for delete-connections-username: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Rabbitmq. Nothing to install.

What risk level is delete-connections-username? +

delete-connections-username is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit delete-connections-username? +

Yes. Add a rate_limit block to the delete-connections-username rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block delete-connections-username completely? +

Set action: deny in the PolicyLayer policy for delete-connections-username. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides delete-connections-username? +

delete-connections-username is provided by the Rabbitmq MCP server (rabbitmq-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

delete-connections-username is one line of Rabbitmq's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.