Home
Version 3
Apps API

Apps API

Delete a Particular App

DELETE /v2/apps/:guid

Request

Route

DELETE /v2/apps/22eb8184-0f72-40c2-a312-aec2d0db966d

Body

Name Description Default Valid Values Example Values
name The name of the app.
  • my_super_app
memory The amount of memory each instance should have. In megabytes.
  • 1024
  • 512
instances The number of instances of the app to run. To ensure optimal availability, ensure there are at least 2 instances.
  • 2
  • 6
  • 10
disk_quota The maximum amount of disk available to an instance of an app. In megabytes.
  • 1204
  • 2048
space_guid The guid of the associated space.
  • guid-5f0c756b-e127-43fa-92a4-5505899efec2
stack_guid The guid of the associated stack. Uses the default system stack.
  • guid-f9f5b7e5-c509-4eeb-9aed-dace6b4fe9b1
state The current desired state of the app. One of STOPPED or STARTED. STOPPED
  • STOPPED
  • STARTED
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
  • port
  • none
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
  • true
  • 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
  • true
  • false
console Open the console port for the app (at $CONSOLE_PORT). false
  • true
  • false
debug Open the debug port for the app (at $DEBUG_PORT). false
  • true
  • false

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTkxIiwiZW1haWwiOiJlbWFpbC05MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDMyMzEzNjEwfQ.DIG7bTgfy9S2gzQq7b1ArOTVKcBr-UMsg6yIIu3RX90
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/apps/22eb8184-0f72-40c2-a312-aec2d0db966d" -d '' -X DELETE \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTkxIiwiZW1haWwiOiJlbWFpbC05MEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDMyMzEzNjEwfQ.DIG7bTgfy9S2gzQq7b1ArOTVKcBr-UMsg6yIIu3RX90" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Status

204 No Content

Headers

X-VCAP-Request-ID: 3afd1729-062d-4410-98e7-01d14d106d62
X-Content-Type-Options: nosniff

Audit Records Created By The Request

Audit Record: audit.app.delete-request

Attribute Name Value
id 19
guid 73dc97c2-2333-4689-a5c7-2d977353b22a
created_at 2015-05-15 16:53:30 UTC
updated_at
timestamp 2015-05-15 16:53:30 UTC
type audit.app.delete-request
actor uaa-id-91
actor_type user
actee 22eb8184-0f72-40c2-a312-aec2d0db966d
actee_type app
metadata
{
  "request": {
    "recursive": false
  }
}
space_id 77
organization_guid 00554b08-7ef3-4261-8f2a-c79a3d7a49fd
space_guid c9386572-7539-47db-8753-bbd921a963d8
actor_name email-90@somedomain.com
actee_name name-467