cloud
ip_allowlist
Manage Prefect Cloud IP Allowlists.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.cli.cloud.ip_allowlistip_allowlist_enable ip_allowlist_enable()
ip_allowlist_disable ip_allowlist_disable()
ip_allowlist_ls ip_allowlist_ls()
ip_allowlist_add ip_allowlist_add(ip_address_or_range: Annotated[str, cyclopts.Parameter(help='An IP address or range in CIDR notation. E.g. 192.168.1.0 or 192.168.1.0/24')])
ip_allowlist_remove ip_allowlist_remove(ip_address_or_range: Annotated[str, cyclopts.Parameter(help='An IP address or range in CIDR notation. E.g. 192.168.1.0 or 192.168.1.0/24')])
ip_allowlist_toggle ip_allowlist_toggle(ip_address_or_range: Annotated[str, cyclopts.Parameter(help='An IP address or range in CIDR notation. E.g. 192.168.1.0 or 192.168.1.0/24')])
Was this page helpful?