Amith M
07/23/2025, 8:33 AMKevin Grismore
07/23/2025, 3:12 PMprefect server start or make a prefect cloud account to use that as your serverAmith M
07/23/2025, 4:25 PMJustin Hnatow
10/13/2025, 6:18 PMPREFECT_API_URL='<http://127.0.0.1:4200/api>' python 01_getting_started.py after starting the server and things look goodJustin Hnatow
10/13/2025, 6:20 PMdocker run -p 4200:4200 -d --rm prefecthq/prefect:3-python3.12 prefect server start --host 0.0.0.0
2. register flow: PREFECT_API_URL='<http://127.0.0.1:4200/api>' python 01_getting_started.py
3. run flow: PREFECT_API_URL='<http://127.0.0.1:4200/api>' prefect deployment run 'main/my-first-deployment'Amith M
10/21/2025, 4:53 PM