# delete_instance

Delete an instance from a project. The request requires the 'name' field to be set in the format 'projects/{project}/instances/{instance}'. Example: { "name": "projects/my-project/instances/my-instance" } Before executing the deletion, you MUST confirm the action with the user by stating the full instance name and asking for "yes/no" confirmation.

Agent View of the PolicyLayer registry record for `delete_instance`. HTML page: https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/delete-instance

## Facts

- Tool: `delete_instance`
- Server: Mcp (`https://bigtableadmin.googleapis.com/mcp`) — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp.md
- Homepage: https://github.com/https://bigtableadmin.googleapis.com/mcp
- Risk category: Destructive (Critical risk)
- Registry record: grade F, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 1 (1 required)
- Recommended policy verdict: Hidden

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `name` | string | yes | Required. The unique name of the instance to be deleted. Values are of the form `projects/{project}/instances/{instance}`. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "delete_instance",
    "arguments": {
      "name": "<name>"
    }
  }
}
```

## Why delete_instance is rated Critical

The delete_instance tool performs an irreversible deletion of a Bigtable instance, which cannot be undone. This is a destructive operation with potentially massive blast radius—an AI agent misusing this could wipe out production databases and cause severe data loss and business disruption.

From the tool's own definition: "Tool name is 'delete_instance' and description states 'Delete an instance from a project.' This irreversibly removes a Google Bigtable instance and all associated data."

## Use case

AI agents call delete_instance to permanently remove resources in Mcp, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

## Recommended policy (PolicyLayer)

Verdict: **Hidden**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Mcp:

```json
{
  "version": "1",
  "default": "deny",
  "hide": [
    "delete_instance"
  ]
}
```

## Other tools on Mcp (13)

- `delete_logical_view` — Destructive — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/delete-logical-view.md
- `delete_table` — Destructive — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/delete-table.md
- `get_instance` — Read — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/get-instance.md
- `get_logical_view` — Read — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/get-logical-view.md
- `get_table` — Read — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/get-table.md
- `list_hot_tablets` — Read — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/list-hot-tablets.md
- `list_instances` — Read — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/list-instances.md
- `list_logical_views` — Read — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/list-logical-views.md
- `list_tables` — Read — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/list-tables.md
- `create_instance` — Write — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/create-instance.md
- `create_logical_view` — Write — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/create-logical-view.md
- `create_table` — Write — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/create-table.md
- `update_logical_view` — Write — https://policylayer.com/tools/com-googleapis-bigtableadmin-mcp/update-logical-view.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-googleapis-bigtableadmin-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-googleapis-bigtableadmin-mcp
