M
mcp-server
/create_maintenance_window
Create maintenance window
Schedule a one-time maintenance window: the listed monitors keep running but their alerts are suppressed between starts_at and ends_at. Use before deploys or pl
liveunknown~5s typical
mcpmcp-server
$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-co-vantaj-mcp-server /create_maintenance_window for me.
Input
| Field | Type | Description |
|---|---|---|
| project_id* | string | Project ID (from list_projects) |
| title* | string | Window title, e.g. 'Database migration' |
| description | string | Optional details shown alongside the window |
| starts_at* | string | ISO 8601 datetime with offset, e.g. 2026-07-12T02:00:00Z |
| ends_at* | string | ISO 8601 datetime with offset - must be after starts_at |
| monitor_ids* | array | Monitors whose alerts to suppress (from list_monitors) |
| timezone | string | IANA timezone for display (default UTC) |
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-co-vantaj-mcp-server","endpoint":"/create_maintenance_window","input":{"project_id":"...","title":"...","starts_at":"...","ends_at":"...","monitor_ids":[]}}'cli
npx cracked-ai run -p mcp-co-vantaj-mcp-server -e /create_maintenance_window -i '{"project_id":"...","title":"...","starts_at":"...","ends_at":"...","monitor_ids":[]}'mcp
run_tool({ provider: "mcp-co-vantaj-mcp-server", endpoint: "/create_maintenance_window", input: {"project_id":"...","title":"...","starts_at":"...","ends_at":"...","monitor_ids":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.