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
Name | Description | Default | Valid Values | Example Values |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE3MSIsImVtYWlsIjoiZW1haWwtMTA5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMDZ9.UKCNoI6g8iCSqHkwoeq8Yi4RsmYFxFv5rxfxijqw5P8 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.eyJ1c2VyX2lkIjoidWFhLWlkLTE3MSIsImVtYWlsIjoiZW1haWwtMTA5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMDZ9.UKCNoI6g8iCSqHkwoeq8Yi4RsmYFxFv5rxfxijqw5P8" \ -H "Host: example.org" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Cookie: "
201 Created
{ "metadata": { "guid": "9609c4c3-dd92-4b46-b482-27e55fb931e6", "created_at": "2015-06-04T00:05:06Z", "url": "/v2/jobs/9609c4c3-dd92-4b46-b482-27e55fb931e6" }, "entity": { "guid": "9609c4c3-dd92-4b46-b482-27e55fb931e6", "status": "queued" } }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 0015d4bb-52d4-44de-bcc4-a4c484a480b6 Content-Length: 270 X-Content-Type-Options: nosniff