Delete a Particular App
DELETE /v2/apps/:guid
Request
Route
DELETE /v2/apps/50f3b33f-ff08-43b1-a921-cc0394a968bf
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-1bf234de-5518-4d56-8053-d2ea8282101b
|
stack_guid
|
The guid of the associated stack.
|
Uses the default system stack.
|
|
- guid-3ea7ba81-4953-411b-8684-ade293c3e8de
|
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
|
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
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/apps/50f3b33f-ff08-43b1-a921-cc0394a968bf" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEzNyIsImVtYWlsIjoiZW1haWwtMTE2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzI3NzQ5ODZ9.z0Lb1rFrma8u442jFd_OUuN-KyTAxXGbJ9j5ryv0lzs" \
-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
|
16
|
guid
|
240ccefc-043b-4464-819b-61a66934c6d1
|
created_at
|
2015-05-21 01:03:06 UTC
|
updated_at
|
|
timestamp
|
2015-05-21 01:03:06 UTC
|
type
|
audit.app.delete-request
|
actor
|
uaa-id-137
|
actor_type
|
user
|
actee
|
50f3b33f-ff08-43b1-a921-cc0394a968bf
|
actee_type
|
app
|
metadata
|
{
"request": {
"recursive": false
}
}
|
space_id
|
70
|
organization_guid
|
a20d64ca-7aa8-4787-b21b-239d144954ee
|
space_guid
|
020dce6f-e988-4755-8aa4-1d5af74bf8df
|
actor_name
|
email-116@somedomain.com
|
actee_name
|
name-629
|