/environments/start

Start one environment by UUID.

Overview

FieldValue
MethodPOST
Path/environments/start

Request Body

{ "envUuid": "YOUR_ENV_UUID" }

cURL Example

curl -X POST http://127.0.0.1:{port}/api/local/environments/start -H "Content-Type: application/json" -H "sp-api-key: YOUR_LOCAL_API_KEY" -d '{ "envUuid": "YOUR_ENV_UUID" }'