|
{% if
site %} {%- elsif addon.slug == "build-minutes" -%} {% else %} {% endif %}
Your
{{ metric_label }} usage on your {% if site %}project ({{ site.name }}) {% else %}team ({{ account.name }}){% endif %} has reached {{ percentage }}%
of the current allowance in your billing cycle from {{ service_start_date | date: "%B %e" }} to {{ service_end_date | date: "%B %e" }}.
{%- if
addon.slug == "bandwidth" -%} If bandwidth usage goes over the allowance before the end of the billing cycle, we’ll add an extra bandwidth pack for $55, increasing your allowance by 100GB
for the current billing cycle.
{%- elsif
addon.slug == "build-minutes" -%} If build minutes usage goes over the allowance before the end of the billing cycle, we’ll add an extra build minutes pack for $7, increasing your allowance by
500 minutes for the current billing cycle.
{% else
%} If usage goes over the allowance before the end of the billing cycle, we’ll bill you for an extra usage pack that will allow you to:
{% for feature in package.features %} - {{
feature.description }}
{% endfor %} {% endif %} {%
if current_plan.name == "Bandwidth Starter" %} Alternatively, you can increase your bandwidth allowance to 1TB/month by upgrading to Pro, which is free for the first month if it’s your
first time on Pro. Visit the pricing
page to compare plans.
{% elsif
current_plan.name == "Build Minutes Starter" %} Alternatively, you can increase your build minutes allowance to 25,000 minutes/month by upgrading to Pro, which is free for the first month if
it’s your first time on Pro. Visit the pricing
page to compare plans.
{% elsif
current_plan.name == "Bandwidth Pro" or current_plan.name == "Bandwidth Business" or current_plan.name == "Build Minutes Pro" or current_plan.name == "Build Minutes Business" %} You can also increase your
total {{ metric_label }} allowance by upgrading your team to a higher plan.{% endif %}
You can
check current usage details in the Netlify UI.
{% if
site %} {%- elsif addon.slug == "build-minutes" -%} {% else %} {% endif %}
{%- if
addon.slug == "build-minutes" -%} Visit our Support Forum for tips on optimizing what and how you build to make the most of your build minutes. {% endif %}
{%-
if addon.slug == "build-minutes" -%}You have the option to temporarily stop builds on a project to prevent further build minute usage. {% endif %}All usage and allowances reset at the end of the
billing cycle. For more information about billing, visit our Billing FAQ.
|