How can we logout of prefect cloud:2.0 and switch ...
# prefect-community
h
How can we logout of prefect cloud:2.0 and switch back to prefect UI? I am running Orion start command but queue is created on cloud
1
There is no logout command
r
You set a profile for cloud and for local see the docs: https://docs.prefect.io/concepts/settings/#configuration-profiles
👍 1
I also just noticed that: prefect cloud command no longer allows you to logout
o
@Rajvir Jhawar is there a way to switch from cloud to local then?
m
@Open AIMP Just create a new profile using
prefect profile create
, switch to this profile using
prefect profile use
and set your PREFECT_API_URL accordingly
🙌 1
j
prefect profile ls
will show you all your profiles, fyi.