Terminate the running App Instance at the given index
DELETE /v2/apps/:guid/instances/:index
Request
Route
DELETE /v2/apps/fce05639-1398-4840-8165-7459881e3bf9/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/fce05639-1398-4840-8165-7459881e3bf9/instances/0" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0OSIsImVtYWlsIjoiZW1haWwtOTVAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0MTY2MjYwMX0.ngGoS8UoZrt1qsLcarmR2Z4heFdxCwMOyGtcQZdt9NE" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers