SuspendEnvironment

Suspends the named environment.

Request URL

GET https://use.cloudshare.com/API/v2/Env/SuspendEnvironment?envId=<id>&UserApiId=<id>&token=<token>&timestamp=<time>&HMAC=<signature>

Parameters

envId The unique id for the environment. This would be obtained, for example, using the ListEnvironments resource.

Example: I5ADJ4VCMBTB


Response example

{
    "data": {
        "envId": "HA0VLW3GJ0PA"
    },
    "remaining_api_calls": 99953,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}