VM0 - Notice history

Web Page - Operational

100% - uptime
Feb 2026 · 99.98%Mar · 99.83%Apr · 99.87%
Feb 2026
Mar 2026
Apr 2026

API Service - Operational

100% - uptime
Feb 2026 · 100.0%Mar · 99.92%Apr · 100.0%
Feb 2026
Mar 2026
Apr 2026

Storage - Operational

100% - uptime
Feb 2026 · 100.0%Mar · 100.0%Apr · 100.0%
Feb 2026
Mar 2026
Apr 2026

Connector - Operational

100% - uptime
Feb 2026 · 100.0%Mar · 100.0%Apr · 99.99%
Feb 2026
Mar 2026
Apr 2026

Notice history

Apr 2026

We are currently experiencing an outage. Users of the V0 Managed Token service may be affected.
  • Resolved
    UTC
    Resolved
    This incident has been resolved.
  • Postmortem
    UTC
    Postmortem

    Postmortem: Agent Task Execution Failure Due to Model ID Format Mismatch

    What Happened

    On 2026-04-08, all vm0 agent task runs failed to start. Users were unable to execute any agent tasks across all built-in model provider types.

    Root Cause

    The Claude Code CLI and Anthropic API require model IDs in hyphenated format (e.g., claude-opus-4-6). However, the model ID constants in our codebase and the values stored in the database used dot notation (e.g., claude-opus-4.6). When vm0 attempted to launch an agent, the CLI rejected the model ID at startup, blocking all task execution.

    Impact

    • Scope: 100% of agent task runs across vm0, anthropic-api-key, and claude-code-oauth-token provider types

    • Duration: ~30 minutes (09:47 UTC — 10:17 UTC)

    • Not affected: OpenRouter and Vercel AI Gateway providers (use a separate anthropic/claude-* naming convention)

    Timeline (UTC)

    Time

    Event

    09:47

    Fix PR opened (#8511)

    10:17

    PR merged and deployed

    10:17

    Task execution restored

    Fix

    1. Renamed all model ID constants in MODEL_PROVIDER_TYPES and VM0_MODEL_TO_PROVIDER from dot to hyphen format

    2. Ran DB migration 0230 to backfill affected rows in model_providers.selected_model, vm0_api_keys.model, and credit_pricing.model

    3. Updated dev seed scripts and all related test suites

  • Resolved
    UTC
    Resolved
    fixed
  • Monitoring
    UTC
    Monitoring
    We have submitted the fix code and are observing whether the problem has been resolved.
  • Update
    UTC
    Update
    This incident is related to our most recent release. We are currently investigating the situation and working to resolve an issue that occurred during the deployment process.
  • Investigating
    UTC
    Investigating
    We are currently investigating this incident.

Mar 2026

Feb 2026

The platform.vm0.ai cannot be opened.
  • Postmortem
    UTC
    Postmortem

    This incident was caused by a code refactoring that consolidated references to CLERK_PUBLISHABLE_KEY across several web sites. However, due to an oversight in omitting the variable name in the deployment script, the platform failed to locate the legacy CLERK_PUBLISHABLE_KEY in the production environment, resulting in page failures and inability to use platform.vm0.ai.

    The related API services and container services were not affected.

    The follow-up remediation plan primarily includes attempting to validate required environment variables during the build phase to prevent problematic code from being deployed. Additionally, introducing e2e testing for platform.vm0.ai to ensure the happy path workflow functions normally.

  • Resolved
    UTC
    Resolved

    This incident has been resolved.

  • Identified
    UTC
    Identified

    We determined that the issue originated from a recent deployment of the platform frontend code.

  • Investigating
    UTC
    Investigating
    We are currently investigating this incident.

Feb 2026 to Apr 2026

Next