/environments/batch-stop
Batch stop environments.
Overview
| Field | Value |
|---|---|
| Method | POST |
| Path | /environments/batch-stop |
Request Body
{
"envUuids": ["ENV_UUID_1", "ENV_UUID_2"]
}cURL Example
curl -X POST http://127.0.0.1:{port}/api/local/environments/batch-stop
-H "Content-Type: application/json"
-H "sp-api-key: YOUR_LOCAL_API_KEY"
-d '{
"envUuids": ["ENV_UUID_1", "ENV_UUID_2"]
}'