Instance Management
Pause Instance
Pause an instance, preserving file system and memory state
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>'