← bonto.dev
INDIVIDUAL MCP TOOL
delete_app
DESTRUCTIVE: Permanently delete an app, its Docker service, volume, and all data including version history.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bonto-dev]
url = "https://api.bonto.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bonto-dev": {
"type": "http",
"url": "https://api.bonto.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bonto-dev
Remote MCP URL: https://api.bonto.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bonto-dev": {
"url": "https://api.bonto.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bonto-dev": {
"type": "http",
"url": "https://api.bonto.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bonto-dev",
"transport": "streamable-http",
"url": "https://api.bonto.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
login— Generate a 6-digit device code for authentication.set_token— Restore an authenticated session using a previously saved JWT token.check_login— Check if the device login code has been approved.list_apps— List all your Bonto apps with their current status, subdomain, and resource limits.get_app— Get detailed information about a specific app including its Docker service status.create_app— Create a new Bonto app.start_app— Start a stopped or sleeping app by scaling its Docker service to 1 replica.stop_app— Stop a running app by scaling its Docker service to 0 replicas.