Skip to content

Delete an app

DELETE/apps/{name}

Removes the app and tears down its instance on the next reconcile.

path parameters
object
namestringrequired

App name (a DNS label, e.g. web).

Responses
204 No contentNo Content
404 Not foundNot Found
ErrorResponse
errorstring
501 Not Implemented
ErrorResponse
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
DELETE/apps/{name}
cURL
curl '/apps/{name}' \
  -X DELETE
Response
204 No content
No response body.
Was this page helpful?