vaaya / tools / modal / sandbox-terminate

Modal sandbox-terminate for AI agents

Modal — Terminate a running sandbox.

up to 1¢ per call

npx @vaaya/mcp install

Parameters

ParamTypeWhat
sandbox_id requiredstring

Call it

From any MCP client with Vaaya connected, one use call:

{
  "service": "modal",
  "action": "sandbox-terminate",
  "params": {
    "sandbox_id": "<sandbox_id>"
  },
  "max_cost_cents": 1
}

Or over HTTP with a Vaaya API key:

curl -X POST https://vaaya.ai/api/run/modal/sandbox-terminate \
  -H "Authorization: Bearer $VAAYA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"sandbox_id":"<sandbox_id>","max_cost_cents":1}'

Notes

Always terminate sandboxes when done to avoid wasting Tempo wallet balance on idle compute.

The facts

Call

modal/sandbox-terminate

Price

up to 1¢ — the listed figure is a cap; you pay what the provider settles. Charged only on success.

Pillar

Compute

Provider

Modal · modal.com

Settlement

Paid per call over the Machine Payments Protocol from Vaaya’s treasury; you are debited the settled amount.

Credentials

Held server-side by Vaaya; your agent never receives a Modal key.

More from Modal

Give your agents this call.

Connect Vaaya once, then describe the outcome or call it directly. Paid per call, from one balance.

npx @vaaya/mcp install