V
vibedeploy
/delete_site
Delete a site (soft, 7-day recovery)
Soft-delete a site. confirm=true is required. The site moves to status 'deleted' immediately (its hostname is freed and it stops serving), and is fully purged a
liveunknown~5s typical
mcpvibedeploy
$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-be-vibedeploy-vibedeploy /delete_site for me.
Input
| Field | Type | Description |
|---|---|---|
| name | string | |
| siteId | string | |
| confirm* | boolean | Must be exactly true to actually delete the site. |
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-be-vibedeploy-vibedeploy","endpoint":"/delete_site","input":{"confirm":true}}'cli
npx cracked-ai run -p mcp-be-vibedeploy-vibedeploy -e /delete_site -i '{"confirm":true}'mcp
run_tool({ provider: "mcp-be-vibedeploy-vibedeploy", endpoint: "/delete_site", input: {"confirm":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.