Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ docs:

- title: Operations
documents:
- page: Quota
url: /en/cloud/quota.html
- page: Environments
url: /en/operations/environments.html
- page: Zones
Expand Down
37 changes: 37 additions & 0 deletions en/cloud/quota.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
# Copyright Vespa.ai. All rights reserved.
title: Quota
---

<p>
Tenants in Vespa Cloud have a quota that limits the amount of resources a tenant can use.
The quota is expressed as <em>$/hour</em>,
and is based on the maximum possible cost for a Vespa application.
</p>
<p>
That means, if you are using <a href="autoscaling.html">autoscaling</a>,
the quota it will use is based on the maximum configured size of the application.
</p>
<p>
You can see how much quota your applications are using in the Vespa Cloud console.
The quota a tenant has depends on the <a href="https://vespa.ai/pricing/">plan</a> the tenant is on:
</p>
<table class="table" style="max-width: 30%;">
<thead>
<tr>
<th>Plan</th>
<th class="is-right">Quota</th>
</tr>
</thead>
<tbody>
<tr>
<td>Trial</td>
<td class="is-right">$2/hour</td>
</tr>
<tr>
<td>All other plans</td>
<td class="is-right">$10/hour</td>
</tr>
</tbody>
</table>
<p>Contact <a href="https://vespa.ai/support">Support</a> to change the quota.</p>