Skip to content

Commit 86ebf65

Browse files
docs: add instructions for stopping Flyte sandbox
Signed-off-by: Muskan Kumari <er.muskan09@gmail.com>
1 parent 5c23907 commit 86ebf65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/deployment/deployment/sandbox.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,15 @@ such as workflow executions. The default values are enough to let you connect an
112112

113113
Now that you have the sandbox cluster running, you can now go to the :ref:`User Guide <cookbook:userguide>` or
114114
: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

Comments
 (0)