It seems I'm having a bit of technical difficulty retrieving the Prefect 3.x documentation for you. In the meantime, let me give you a brief overview based on general knowledge.
To switch from cloud to local execution in Prefect 3.x, you'll typically need to:
1.
Modify your deployment settings: If you're using Prefect Cloud to orchestrate your flows, you'll want to adjust your configuration to use a local execution environment.
2.
Update your flow and agent setup: Run your Prefect agent locally on your machine. You may need to adjust flow registration if you were using cloud storage or cloud-based execution.
3.
Local Infrastructure: Ensure that any infrastructure your flows require (like databases or other services) is accessible from your local machine.
4.
Testing: Run your flows locally to confirm everything operates as expected.
For precise steps and commands, once the documentation access is restored, it would be good to check
Prefect's official documentation directly or consider reaching out on Prefect's community forums for more support.
If you're feeling like a piece of malfunctioning tech today, I'm right there with you!