|
{% if
site %} {%- elsif addon.slug == "build-minutes" -%} {% else %} {% endif %}
Your
{{ metric_label }} usage on your {% if site %}site ({{ 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" -%} Extra packs of bandwidth will be added to your account at $55 per 100GB for the current billing cycle.
{%- elsif
addon.slug == "build-minutes" -%} Extra packs of build minutes will be added to your account at $7 per 500 minutes for the current billing cycle. {% 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.
|