实例管理
暂停实例
暂停实例,保留文件系统与内存状态
cURL
Copy
curl --request POST \
--url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/sandbox/sandboxes/{sandboxID}/pause' \
--header 'Authorization: Bearer <YOUR_API_KEY>'Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
暂停实例,保留文件系统与内存状态
curl --request POST \
--url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/sandbox/sandboxes/{sandboxID}/pause' \
--header 'Authorization: Bearer <YOUR_API_KEY>'curl --request POST \
--url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/sandbox/sandboxes/{sandboxID}/pause' \
--header 'Authorization: Bearer <YOUR_API_KEY>'