Delete a parameter for a component in a vhost.
AI agents call delete-parameter 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | |
vhost | string | Yes | |
component | string | Yes |
Parameters from the server's own tool schema.
This tool permanently removes configuration parameters from RabbitMQ components within a virtual host. Parameter deletion cannot be undone without manual re-creation, making this a destructive operation. While not as severe as deleting entire queues or exchanges (other sibling tools), removing parameters can break component configurations and is irreversible.
From the tool's definition Tool name is 'delete-parameter' and description states 'Delete a parameter for a component in a vhost.' The verb 'Delete' directly indicates irreversible removal of data.
Attacks that exploit this kind of access
Delete a parameter for a component in a vhost. 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.
delete-parameter accepts 3 parameters: name, vhost, component. Required: name, vhost, component. The full parameter table on this page comes from the server's own tool schema.
Register the Rabbitmq MCP server in PolicyLayer and add a rule for delete-parameter: 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.
delete-parameter is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the delete-parameter 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.
Set action: deny in the PolicyLayer policy for delete-parameter. 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.
delete-parameter 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.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →