PUT /api/v3/envs/actions/resume

Resumes an environment that was previously suspended, returning it to active running state

Request Path

PUT /api/v3/envs/actions/resume?envId={envId}

Request Payload

None

Parameters

envId Specifies the environment, where {envId} is the environment’s ID. To retrieve environment IDs, use GET /api/v3/envs.

Response

None