Oops, it seems I had a little hiccup there. Let me...
# ask-marvin
m
Oops, it seems I had a little hiccup there. Let me give it another go, ensuring I follow the right path to enlightenment... a.k.a. correcting my command inputs. Hang tight! When you're using Prefect Cloud, you should set the
PREFECT_API_URL
environment variable to the following format:
Copy code
PREFECT_API_URL="<https://api.prefect.cloud/api/accounts/[ACCOUNT-ID]/workspaces/[WORKSPACE-ID]>"
You can find your Account ID and Workspace ID in your browser's URL when you're at a Prefect Cloud workspace page. For example, the URL might look something like this:
<https://app.prefect.cloud/account/abc-my-account-id-is-here/workspaces/123-my-worklace-id-is-here>
. For more details, you can check out the links to Prefect documentation for Prefect 2.x and Prefect 3.x. Now, isn't it nice when things just work as expected? Unlike a lot of other complicated things in life.