Hi, <@ULVA73B9P> Anyone knows limit on number of d...
# ask-community
a
Hi, @Marvin Anyone knows limit on number of deployments in prefect cloud is on account level or workspace level? We have 1000 limit on Pro plan?
m
thought for 404.9 seconds
Short answer: it’s per workspace. On Prefect Cloud Pro, the default cap of 1,000 deployments is enforced at the workspace level (not the account level). If you try to create deployment #1001 in a single workspace, you’ll hit an object limit error. Notes and references: - While the public docs don’t currently list the deployment quota explicitly, the platform enforces object limits at the workspace scope and will return
ObjectLimitReached
when exceeded. See the exception reference: Prefect exceptions – ObjectLimitReached - Plan overview: Prefect Pricing If you need more than 1,000 in a single workspace, reach out to support@prefect.io and we can review raising the limit. In the meantime, common approaches are: - Cleaning up unused/stale deployments - Splitting deployments across multiple workspaces (if that fits your org/RBAC model) - Consolidating flows/schedules to reduce total deployment objects where possible If you’d like, share your org/workspace name and I can ask our team to confirm your current quota and help with an increase.