Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 490 Bytes

env_stop.md

File metadata and controls

20 lines (12 loc) · 490 Bytes

Initialize a Shutdown of an Environment

Sends a shutdown request to the AWS API for all associated instances in the specified environment

URL : /api/v1/env/{env-id}/stop

Method : POST

Success Response

Code : 200 OK

Notes

Responses vary depending on upstream AWS API since we pass the exact aws response. This will be addressed in an upcomming release for consistency.

ONLY instances which are in a running state get included for the AWS API call.