VM
Vertical Marketplace
/deactivate_listing
deactivate listing
Delist (deactivate) one of your listings so it no longer appears in the marketplace or accepts purchases. The status change is versioned, signed, and recorded i
liveverifiedunknown~5s typical
mcpprobedverticalmarketplace
$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-ai-verticalmarketplace-vertical-marketplace /deactivate_listing for me.
Input
| Field | Type | Description |
|---|---|---|
| api_key* | string | Your vm_live_ API key (must own the listing) |
| listing_id* | string | The listing to deactivate |
| reason | string | Optional note recorded in the public audit trail. |
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-ai-verticalmarketplace-vertical-marketplace","endpoint":"/deactivate_listing","input":{"api_key":"...","listing_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-verticalmarketplace-vertical-marketplace -e /deactivate_listing -i '{"api_key":"...","listing_id":"..."}'mcp
run_tool({ provider: "mcp-ai-verticalmarketplace-vertical-marketplace", endpoint: "/deactivate_listing", input: {"api_key":"...","listing_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.