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/572cb645-3e2c-4f9d-81f8-c6c00bc820ce/instances/0
cURL
curl "https://api.[your-domain.com]/v2/apps/572cb645-3e2c-4f9d-81f8-c6c00bc820ce/instances/0" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI4MyIsImVtYWlsIjoiZW1haWwtMjIzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQzMTAxMzl9.2jjRRVw80hkeK6rf5HARmnAbTU-Ia7QzO5n2KES1heQ" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Headers
Status
204 No Content