Hello! I'm new here, just starting to experiment with prefect with a few toy test cases. I started a server following the tutorial with "prefect server start" but there doesn't seem to be an analogous "prefect server stop" -- is the right way to stop your server just to kill it?
✅ 1
c
Chris Reuter
03/10/2023, 5:51 PM
👋 Yes - sending a SIGTERM or SIGINT (
Ctrl+C
) to send an interrupt/terminate signal is the right way to stop the server