Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ These limits can be increased to 2,000,000 Organizations per tenant and 2,000,00
| Dependencies (NPM Modules) per Action Module | 10 |

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
Actions and Actions Modules limits include both deployed and undeployed entities. When you delete them, they no longer count toward the specific limit.
Actions and Actions Modules limits only apply to Actions that are bound and deployed. When you delete them, they no longer count toward the specific limit. Draft Actions do not count toward quota utilization.

Action Versions and Action Module Versions limits include both draft and active. Once you reach the limit, adding every additional version results in Auth0 deleting the oldest unused version.
Once you reach the limit, every additional version results in Auth0 deleting the oldest unused version.
</Callout>

### Forms
Expand Down
Loading