This endpoint will delete all of the existing buildpack caches in the blobstore. The buildpack cache is used during staging by buildpacks as a way to cache certain resources, e.g. downloaded Ruby gems. An admin who wanted to decrease the size of their blobstore could use this endpoint to delete unnecessary blobs.
DELETE /v2/blobstores/buildpack_cache
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEzMCIsImVtYWlsIjoiZW1haWwtOTdAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1MzMxMDk3N30.aJTqpdqYtOJlaJTOuxmcD1qXpXC0NDxLhETYSP3HSy4 Host: example.org Content-Type: application/x-www-form-urlencoded Cookie:
curl "https://api.[your-domain.com]/v2/blobstores/buildpack_cache" -d '' -X DELETE \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEzMCIsImVtYWlsIjoiZW1haWwtOTdAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ1MzMxMDk3N30.aJTqpdqYtOJlaJTOuxmcD1qXpXC0NDxLhETYSP3HSy4" \ -H "Host: example.org" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Cookie: "
202 Accepted
{ "metadata": { "guid": "16ec48fc-db93-4daa-85be-0591dbc6b262", "created_at": "2016-01-13T17:29:37Z", "url": "/v2/jobs/16ec48fc-db93-4daa-85be-0591dbc6b262" }, "entity": { "guid": "16ec48fc-db93-4daa-85be-0591dbc6b262", "status": "queued" } }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: Content-Length: 270 X-Content-Type-Options: nosniff