Terminate the running App Instance at the given index
DELETE /v2/apps/:guid/instances/:index
Request
Route
DELETE /v2/apps/335d0b91-b358-4109-acf6-b8ed7943a8f4/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/335d0b91-b358-4109-acf6-b8ed7943a8f4/instances/0" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1IiwiZW1haWwiOiJlbWFpbC00NUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDM5NDI2MTkzfQ.w-4lIZK7YkT7DxSDSpzBrlDGq5k6vGs1evDo37AA4io" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers