I had a free account before I had my paid account,...
# prefect-cloud
j
I had a free account before I had my paid account, but my free account is the default workspace. It gets in my way! How can I delete the free workspace or at least make it the non-default workspace and use the paid account workspace as the default?
1
k
by default, do you mean when you're working from the CLI, or in the UI?
j
Both
k
have you run
prefect cloud workspace set -w <account-name>/<workspace-name>
?
you can also create a separate profile with the api url and key of your paid account, and switch to that profile
j
Yep - I have that working now - It took me four tries! I just want to get the default workspace out of my way somehow so it doesn't take so long next time
k
under what circumstances is it switching back to your free workspace? different computers? virtual environments?
j
my API key expired and I had to relogin with a new one
k
when you log in with the CLI, are you presented with a list of workspaces to choose from?
also, once you have your workspace of choice set through the CLI/your profile, you can run
prefect cloud open
to open the UI for that workspace provided you're on a somewhat recent version of prefect
j
I thought I was doing everything properly but "prefect profile use profile-name" command kept getting authentication errors until I switched it to default workspace then back to paid workspace.