跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://ppio.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

您可以使用 PPIO 沙箱命令行工具关闭单个或所有正在运行的沙箱。

关闭单个沙箱

要关闭单个沙箱,请运行以下命令:
Bash
ppio-sandbox-cli sandbox kill <sandbox-id>

关闭所有沙箱

要关闭所有正在运行的沙箱,请运行以下命令:
Bash
ppio-sandbox-cli sandbox kill --all