StopInstances
Last updated
Last updated
POST /api/v2/vm HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: StopInstances
<Common Request Params>
Request:
{
"instanceIds": [
"instanceId1",
"instanceId2"
]
}
Response:
{
"requestId": "TC1748D3E-452D-4F74-8485-7AA73718E453",
"response": {
"requestId": "TC1748D3E-452D-4F74-8485-7AA73718E453"
}
}