cloud_controller_ng icon indicating copy to clipboard operation
cloud_controller_ng copied to clipboard

Add delete buildpack cache per app endpoint

Open georgessap opened this issue 1 year ago • 1 comments

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

  • [x] I have reviewed the [contributing guide]

  • [x] I have viewed, signed, and submitted the Contributor License Agreement

  • [x] I have made this pull request to the main branch

  • [x] I have run all the unit tests using bundle exec rake

  • [x] I have run [CF Acceptance Tests]

georgessap avatar Jun 17 '24 07:06 georgessap

CLA Signed

The committers listed above are authorized under a signed CLA.

  • :white_check_mark: login: kathap (c124832c36f52e0ef13cd85ae9c9841525b4c82b)