Secure access by IP address
Manage network access to Prefect Cloud accounts with IP Allowlists.
IP allowlisting is an available upgrade to certain Enterprise plans. IP allowlisting enables account administrators to restrict access to Prefect Cloud APIs and the UI at the network level. To learn more, please contact your account manager or the Prefect team at sales@prefect.io.
Once the feature has been enabled for your team’s Enterprise account, use the Prefect CLI to add an IP address to the allowlist:
The allowlist has a limit of 25 entries; however in addition to individual IP addresses, a range of IP addresses can be added as a single entry using CIDR notation:
Next, enable the allowlist for your account to start enforcing the restrictions:
Individual entries can also be toggled on or off:
Once turned on with at least one enabled IP entry, the allowlist will be enforced for all incoming requests to Prefect Cloud from the UI and API.
For other related commands, see the CLI help documentation with:
Was this page helpful?