Dustin
04/17/2024, 4:32 PMSerina
04/17/2024, 4:33 PMPREFECT_API_KEY
set as an env var?Dustin
04/17/2024, 4:35 PMSerina
04/17/2024, 4:37 PM❯ echo $PREFECT_API_KEY
that you’ve set it. then unset it like so
❯ unset PREFECT_API_KEY
Serina
04/17/2024, 4:38 PMprefect config set PREFECT_API_URL=foo
Serina
04/17/2024, 4:39 PMPREFECT_API_KEY
env var differs from the one in your profile, so def double check on the right one!Dustin
04/17/2024, 4:39 PM