We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c23907 commit 86ebf65Copy full SHA for 86ebf65
docs/deployment/deployment/sandbox.rst
@@ -112,3 +112,15 @@ such as workflow executions. The default values are enough to let you connect an
112
113
Now that you have the sandbox cluster running, you can now go to the :ref:`User Guide <cookbook:userguide>` or
114
:ref:`Tutorials <cookbook:tutorials>` to run tasks and workflows written in ``flytekit``, the Python SDK for Flyte.
115
+
116
117
+Stopping the Sandbox
118
+====================
119
120
+After finishing your testing or development work, you can stop the Flyte sandbox by running:
121
122
+.. prompt:: bash $
123
124
+ flytectl demo stop
125
126
+This command stops the running sandbox container on your local machine.
0 commit comments