Skip to main content
Glama

302AI Sandbox MCP Server

by 302ai

killSandbox

Destroy a sandbox by its ID using the MCP server, enabling efficient management and termination of sandbox environments for 302AI integrations.

Instructions

Destroy a sandbox by its ID.

Input Schema

NameRequiredDescriptionDefault
sandbox_idYesThe ID of the sandbox to destroy

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sandbox_id": { "description": "The ID of the sandbox to destroy", "type": "string" } }, "required": [ "sandbox_id" ], "type": "object" }

You must be authenticated.

Other Tools from 302AI Sandbox MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/302ai/302_sandbox_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server