2
2ools
/cancel_build
Cancel 2ools build
Cancel one exact queued or running non-Agent 2ools build after named explicit confirmation. Repeating the same cancellation is safe, late Engine results are rej
liveunknown~5s typical
mcp2ools
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-2ools-mcp /cancel_build for me.
Input
| Field | Type | Description |
|---|---|---|
| job_id* | string | Build job ID returned by build_from_conversation. |
| reason* | string | Why this exact build should be canceled; stored in the audit receipt. |
| confirm* | boolean | Explicit confirmation to cancel this exact job_id. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-2ools-mcp","endpoint":"/cancel_build","input":{"job_id":"...","reason":"...","confirm":true}}'cli
npx cracked-ai run -p mcp-app-2ools-mcp -e /cancel_build -i '{"job_id":"...","reason":"...","confirm":true}'mcp
run_tool({ provider: "mcp-app-2ools-mcp", endpoint: "/cancel_build", input: {"job_id":"...","reason":"...","confirm":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.