Delete a Particular App
DELETE /v2/apps/:guid
Request
Route
DELETE /v2/apps/2ff504fb-9112-4b51-b975-921143b98f1d
Body
Name |
Description |
Default |
Valid Values |
Example Values |
name
|
The name of the app.
|
|
|
|
memory
|
The amount of memory each instance should have. In megabytes.
|
|
|
|
instances
|
The number of instances of the app to run. To ensure optimal availability, ensure there are at least 2 instances.
|
|
|
|
disk_quota
|
The maximum amount of disk available to an instance of an app. In megabytes.
|
|
|
|
space_guid
|
The guid of the associated space.
|
|
|
- guid-109b1b6f-f3ac-4d55-90bb-822796a12279
|
stack_guid
|
The guid of the associated stack.
|
Uses the default system stack.
|
|
- guid-ac63dfa4-d592-4ee3-9d93-85b5e9c47009
|
state
|
The current desired state of the app. One of STOPPED or STARTED.
|
STOPPED
|
|
|
detected_start_command
|
The command detected by the buildpack during staging.
|
|
|
|
command
|
The command to start an app after it is staged, maximum length: 4096 (e.g. 'rails s -p $PORT' or 'java com.org.Server $PORT').
|
|
|
|
buildpack
|
Buildpack to build the app. 3 options: a) Blank means autodetection; b) A Git Url pointing to a buildpack; c) Name of an installed buildpack.
|
|
|
- https://github.com/virtualstaticvoid/heroku-buildpack-r.git
- an_example_installed_buildpack
|
health_check_type
|
Type of health check to perform.
|
port
|
|
|
health_check_timeout
|
Timeout for health checking of an staged app when starting up
|
|
|
|
diego
|
Use diego to stage and to run when available
|
false
|
|
|
docker_image
|
Name of the Docker image containing the app
|
|
|
- cloudfoundry/helloworld
- registry.example.com:5000/user/repository/tag
|
docker_credentials_json
|
Docker credentials for pulling docker image.
|
{}
|
|
- #<RspecApiDocumentation::Views::HtmlExample:0x0000000b70e3c8>
|
environment_json
|
Key/value pairs of all the environment variables to run in your app. Does not include any system or service variables.
|
|
|
|
production
|
Deprecated.
|
true
|
|
|
console
|
Open the console port for the app (at $CONSOLE_PORT).
|
false
|
|
|
debug
|
Open the debug port for the app (at $DEBUG_PORT).
|
false
|
|
|
staging_failed_reason
|
Reason for application staging failures
|
|
|
|
staging_failed_description
|
Detailed description for the staging_failed_reason
|
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/2ff504fb-9112-4b51-b975-921143b98f1d" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyMCIsImVtYWlsIjoiZW1haWwtMTUyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDUzNjIzMDd9.C4eC_srkvWmg-NpLPbeiZZT0A6vBjcjOtwrHVou5yZo" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers
Audit Records Created By The Request
Audit Record: audit.app.delete-request
Attribute Name |
Value |
id
|
10
|
guid
|
e7426c7b-8ca1-4cf8-bb98-f2f1fa9711f2
|
created_at
|
2015-10-13 17:31:47 UTC
|
updated_at
|
|
timestamp
|
2015-10-13 17:31:47 UTC
|
type
|
audit.app.delete-request
|
actor
|
uaa-id-220
|
actor_type
|
user
|
actee
|
2ff504fb-9112-4b51-b975-921143b98f1d
|
actee_type
|
app
|
metadata
|
{
"request": {
"recursive": false
}
}
|
space_id
|
|
organization_guid
|
b68ea0b8-d1dc-4868-93bb-84a58e22f816
|
space_guid
|
92da60ca-2235-4c98-a60a-03b20c8f0f55
|
actor_name
|
email-152@somedomain.com
|
actee_name
|
name-692
|