Terminate the running App Instance at the given index
DELETE /v2/apps/:guid/instances/:index
Request
Route
DELETE /v2/apps/94cb4b6e-605d-4897-9efc-149cefe5ab75/instances/0
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App
|
|
|
index
|
The index of the App Instance to terminate
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/94cb4b6e-605d-4897-9efc-149cefe5ab75/instances/0" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI2IiwiZW1haWwiOiJlbWFpbC0yNUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ3MTE2ODI3fQ.-_5IbKvnwt8w95cjk3TLpjLP1itpChCJOym_NC-gvMI" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers