from src.envs import API def restart_space(repo_id: str): """Restart the space.""" API.restart_space(repo_id=repo_id)