/environments/batch-start

Batch start environments.

Overview

FieldValue
MethodPOST
Path/environments/batch-start

Request Body

{ "envUuids": ["ENV_UUID_1", "ENV_UUID_2"] }

cURL Example

curl -X POST http://127.0.0.1:{port}/api/local/environments/batch-start -H "Content-Type: application/json" -H "sp-api-key: YOUR_LOCAL_API_KEY" -d '{ "envUuids": ["ENV_UUID_1", "ENV_UUID_2"] }'