cloudfoundry / cloud_controller_ng

Cloud Foundry Cloud Controller
Apache License 2.0
191 stars 357 forks source link

Add delete buildpack cache per app endpoint #3848

Closed georgessap closed 2 months ago

georgessap commented 3 months ago

Implement POST /v3/apps/:guid/actions/clear_buildpack_cache to solve the issue (https://github.com/cloudfoundry/cloud_controller_ng/issues/2991) that some buildpacks have problems with cleaning up the buildpack cache for an app over time.

Added a new endpoint to clear the cache for a specified app using APP_GUID:
POST /v3/apps/:guid/actions/clear_buildpack_cache

linux-foundation-easycla[bot] commented 3 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.