Terminate the running App Instance at the given index
DELETE /v2/apps/:guid/instances/:index
Request
Route
DELETE /v2/apps/f47f8ab9-d52c-4fbc-94f2-abfc9f26eedc/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/f47f8ab9-d52c-4fbc-94f2-abfc9f26eedc/instances/0" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI4MSIsImVtYWlsIjoiZW1haWwtMTgzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjEzNzQ2MzZ9.LWntJvRMPnxL-je9PiNMRC9cJu0O_3nOcsJTUM7nE2A" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers