Terminate the running App Instance at the given index
DELETE /v2/apps/:guid/instances/:index
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the App
|
|
|
index
|
The index of the App Instance to terminate
|
|
|
Request
Headers
Route
DELETE /v2/apps/881ec978-5338-45f1-819e-01d03618db3d/instances/0
cURL
curl "https://api.[your-domain.com]/v2/apps/881ec978-5338-45f1-819e-01d03618db3d/instances/0" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI3NCIsImVtYWlsIjoiZW1haWwtMTk5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTY1MjY3MTB9.hlWQlaQVE46jI93Jihsbfehz6LsVJxpjblN8U-p8YJw" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
204 No Content