Debug your Render services in Claude Code and Cursor.

Try Render MCP
November 14, 2025
Improved

Webhooks for completed actions now include the action's result

The following webhook event types now include a status field in their payload, enabling you to quickly respond to the result of the corresponding action:

  • Build Ended
  • Deploy Ended
  • Cron Job Run Ended
  • Job Run Ended (for one-off jobs)

For a completed action, this field's value is one of succeeded, failed, or canceled. You can use this value in CI to terminate a workflow if a build or deploy fails.

Additionally, the Server Unhealthy event type has been removed in favor of Server Failed, which surfaces runtime failures for your service with significantly less "notification noise".

Learn more about webhooks in the documentation.