Managing Streamlit apps¶
After you have created a Streamlit app, you can use the following commands to manage the app:
- To retrieve the URL of your Streamlit app, use the
snow streamlit get-url NAMEcommand. See snow streamlit get-url for more information. - To share your app to other roles, use the snow
streamlit share NAME TO_ROLEcommand. See snow streamlit share for more information. - To list the Streamlit apps for which you have access, use the
snow streamlit listcommand. See snow streamlit list for more information. - To display details about a Streamlit app, use the
snow streamlit describe NAMEcommand. See snow streamlit describe for more information. - To delete a Streamlit app, use the
snow streamlit drop NAMEcommand. See snow streamlit drop for more information.