https://prefect.io logo
Title
h

Hafsa Junaid

08/03/2022, 2:48 AM
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

Rajvir Jhawar

08/03/2022, 2:59 AM
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

Open AIMP

08/05/2022, 5:24 AM
@Rajvir Jhawar is there a way to switch from cloud to local then?
m

Mathijs Carlu

08/05/2022, 6:45 AM
@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

Jeff Hale

10/17/2022, 8:07 PM
prefect profile ls
will show you all your profiles, fyi.