How to stop space?

I made a mistake in the code and I need to stop the space to fix it, but it keeps trying to start. I have a free space.

===== Application Startup at 2025-03-06 22:06:33 =====

2025-03-06 22:08:26,686 - INFO - Cache directories initialized: /app/.cache, /app/.cache/huggingface
2025-03-06 22:08:32,699 - INFO - Use pytorch device_name: cpu
2025-03-06 22:08:32,699 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2
2025-03-06 22:08:56,089 - INFO - Models initialized successfully. Using embedding model: sentence-transformers/paraphrase-multilingual-mpnet-base-v2
INFO: Started server process [1]
INFO: Waiting for application startup.
2025-03-06 22:08:56,097 - WARNING - No existing knowledge base found, please use /rebuild-kb endpoint to create one
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)

Hi! You can pause it in your Space’s settings. You’ll see this:

1 Like