diff --git a/docs/deployment/deployment/sandbox.rst b/docs/deployment/deployment/sandbox.rst index ebcef880acf..5980343aba9 100644 --- a/docs/deployment/deployment/sandbox.rst +++ b/docs/deployment/deployment/sandbox.rst @@ -112,3 +112,15 @@ such as workflow executions. The default values are enough to let you connect an Now that you have the sandbox cluster running, you can now go to the :ref:`User Guide ` or :ref:`Tutorials ` to run tasks and workflows written in ``flytekit``, the Python SDK for Flyte. + + +Stopping the Sandbox +==================== + +After finishing your testing or development work, you can stop the Flyte sandbox by running: + +.. prompt:: bash $ + + flytectl demo stop + +This command stops the running sandbox container on your local machine. \ No newline at end of file