ExtendEnvironment

Extends the lifetime of the specified environment.

Request URL

GET https://use.cloudshare.com/API/v2/Env/ExtendEnvironment?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__calls": 99981,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}