← defispace.com

INDIVIDUAL MCP TOOL

delete_instance

Permanently delete an instance.

defispace.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.agentspodium.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_instance and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

defispace.com

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.agentspodium-hosting]
url = "https://mcp.agentspodium.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentspodium-hosting": {
      "type": "http",
      "url": "https://mcp.agentspodium.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentspodium-hosting
Remote MCP URL: https://mcp.agentspodium.com/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": {
    "agentspodium-hosting": {
      "url": "https://mcp.agentspodium.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentspodium-hosting": {
      "type": "http",
      "url": "https://mcp.agentspodium.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentspodium-hosting",
  "transport": "streamable-http",
  "url": "https://mcp.agentspodium.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_platforms — List available AgentsPodium engines (platforms) and hosting plans (tiers), with prices and capabilities.
  • list_instances — List the caller's AgentsPodium instances (agents): id, name, engine, tier, status, endpoint and A2A URL, domain, creation date.
  • create_instance — Create (deploy) a new AgentsPodium instance.
  • get_instance_health — Check whether an instance is reachable and serving, plus its status and quota state.
  • get_instance_term — Get the billing term (trial/paid/grace) for an instance, including when it renews or expires.
  • set_llm_key — Set (or clear, with key=null) the LLM provider API key an instance uses to answer.
  • pause_instance — Pause an instance: stops it and its billing lease.
  • resume_instance — Resume a previously paused instance, rebuilding it from its archive.