Dear all,
Newbie/ novice here!
I have messed up my space and need your HELP navigate this situation.
I am experimenting with a new App, and it needs to be private. I understand I am permitted only one Private App
Problem:
- I deployed the first experimental App which was a little messy. I learned and restarted on a clean slate.
- But now I get this error (See image)
- I cleaned and deleted all repos in GitHub. It did not work.
- I cannot make the APP public as it will trigger a blockade from the Google Cloud (API)
- How do I deploy my new private App?
Best regards,
Karl
Welcome to the Streamlit community, Karl!
Thanks for sharing your question and the screenshot—super helpful for troubleshooting. You’re right: Streamlit Community Cloud allows only one private app per workspace. If you try to deploy another private app, you’ll see the error in your screenshot.
To deploy your new private app, you must first delete your existing private app from your workspace. Deleting the GitHub repo alone isn’t enough; you need to remove the app from Streamlit Community Cloud itself. Here’s how:
- Go to your workspace at share.streamlit.io.
- Find your current private app, click the overflow icon (three dots), and select “Delete.”
- Confirm the deletion.
Once deleted, you can deploy your new private app as usual. For more details, see the official Streamlit Docs: Delete your app.
Sources:
1 Like