Skip to main content
HTTP status402 Payment Required
Error codeplan_does_not_support_monitors
Resolve actionupgrade_plan

What happened

The organization tried to create a monitor on a plan that does not include the monitors feature (Starter or Growth). Monitors are available only on the current plans — Team, Business, and Enterprise. Organizations on one of these plans keep any monitors they already have; only the creation of new monitors is blocked until the organization moves to a plan that includes monitors.

How to fix

Upgrade to a current plan via the platform UI’s , or change the plan directly:
PUT /v1/organizations/{org_id}/billing/subscription
{
  "plan_id": "team"
}
After the upgrade takes effect, retry the create-monitor request.