# resources_detach_storage

Run resources.detach-storage through the Appaloft application operation catalog. Shared with CLI and HTTP/API.

Agent View of the PolicyLayer registry record for `resources_detach_storage`. HTML page: https://policylayer.com/tools/appaloft-mcp/resources-detach-storage

## Facts

- Tool: `resources_detach_storage`
- Server: Appaloft (`@appaloft/mcp`) — https://policylayer.com/tools/appaloft-mcp.md
- Install: `npx -y @appaloft/mcp`
- Homepage: https://www.npmjs.com/package/@appaloft/mcp
- Risk category: Execute (High risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 2 (2 required)
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `resourceId` | string | yes |  |
| `attachmentId` | string | yes |  |

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": "resources_detach_storage",
    "arguments": {
      "resourceId": "<resourceId>",
      "attachmentId": "<attachmentId>"
    }
  }
}
```

## Why resources_detach_storage is rated High

resources_detach_storage triggers real processes with real consequences. An agent gone sideways doesn't fire it once. It starts dozens of builds, sends mass notifications, or burns through compute before anyone looks up.

## Use case

AI agents invoke resources_detach_storage to trigger actions in Appaloft. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

## Recommended policy (PolicyLayer)

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

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "resources_detach_storage": {
      "limits": [
        {
          "counter": "resources_detach_storage_rate",
          "window": "minute",
          "max": 10,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Appaloft (357)

- `account_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/account-delete.md
- `account_sessions_revoke` — Destructive — https://policylayer.com/tools/appaloft-mcp/account-sessions-revoke.md
- `certificates_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/certificates-delete.md
- `certificates_revoke` — Destructive — https://policylayer.com/tools/appaloft-mcp/certificates-revoke.md
- `connections_revoke` — Destructive — https://policylayer.com/tools/appaloft-mcp/connections-revoke.md
- `control_plane_portability_artifacts_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/control-plane-portability-artifacts-delete.md
- `credentials_delete_ssh` — Destructive — https://policylayer.com/tools/appaloft-mcp/credentials-delete-ssh.md
- `dependency_resources_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/dependency-resources-delete.md
- `deployments_cancel` — Destructive — https://policylayer.com/tools/appaloft-mcp/deployments-cancel.md
- `deployments_force_redeploy` — Destructive — https://policylayer.com/tools/appaloft-mcp/deployments-force-redeploy.md
- `domain_bindings_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/domain-bindings-delete.md
- `domain_bindings_delete_check` — Destructive — https://policylayer.com/tools/appaloft-mcp/domain-bindings-delete-check.md
- `operator_work_cancel` — Destructive — https://policylayer.com/tools/appaloft-mcp/operator-work-cancel.md
- `organizations_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/organizations-delete.md
- `organizations_remove_member` — Destructive — https://policylayer.com/tools/appaloft-mcp/organizations-remove-member.md
- `preview_environments_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/preview-environments-delete.md
- `projects_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/projects-delete.md
- `projects_delete_check` — Destructive — https://policylayer.com/tools/appaloft-mcp/projects-delete-check.md
- `resources_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/resources-delete.md
- `resources_delete_check` — Destructive — https://policylayer.com/tools/appaloft-mcp/resources-delete-check.md
- `resources_reset_health` — Destructive — https://policylayer.com/tools/appaloft-mcp/resources-reset-health.md
- `resources_secrets_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/resources-secrets-delete.md
- `sandbox_credentials_revoke` — Destructive — https://policylayer.com/tools/appaloft-mcp/sandbox-credentials-revoke.md
- `sandbox_files_remove` — Destructive — https://policylayer.com/tools/appaloft-mcp/sandbox-files-remove.md
- `sandbox_ports_revoke` — Destructive — https://policylayer.com/tools/appaloft-mcp/sandbox-ports-revoke.md
- `sandbox_snapshots_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/sandbox-snapshots-delete.md
- `sandbox_templates_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/sandbox-templates-delete.md
- `sandboxes_agents_runs_cancel` — Destructive — https://policylayer.com/tools/appaloft-mcp/sandboxes-agents-runs-cancel.md
- `sandboxes_candidate_previews_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/sandboxes-candidate-previews-delete.md
- `sandboxes_source_artifacts_delete` — Destructive — https://policylayer.com/tools/appaloft-mcp/sandboxes-source-artifacts-delete.md
- …and 327 more: https://policylayer.com/tools/appaloft-mcp.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=appaloft-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/appaloft-mcp
