{% extends "billing/base_billing.html" %} {% block title %}Usage Paused — Future AGI{% endblock %} {% block preheader %}{{ budget_name }} tripped — new requests are being rejected for {{ scope }}.{% endblock %} {% block txid %}◦ BUDGET / PAUSED{% endblock %} {% block content %}

Usage paused by budget rule

{{ budget_name }} for {{ scope }} tripped its pause rule. New requests for this dimension are being rejected until the budget is raised or the rule is changed.

Paused· Requests rejecting

Dimension{{ scope }}
Threshold{{ threshold }}
Current{{ current_usage }}

To resume usage, raise the budget threshold or change the action from pause to warn or notify.

{% include "billing/_button.html" with url=base_url|add:"/dashboard/settings/billing" text="Update budget" variant="danger" %}
{% endblock %}