Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Akamai Cache Purge
Akamai Cache Purge

Akamai Cache Purge

Aammir Mirza

|
2 installs
| (0) | Free
Utility tasks for cleanup of Akamai cache (Fast Purge)
This extension is now unpublished from Marketplace. You can choose to uninstall it.

Akamai Fast Purge

Author - Aammir Mirza

Task status

Stable

Build Status

Preview

Build Status

Invoke to use the Akamai Fast Purge API. It allows Invalidate / Delete operations based on Tag or URL as search attribute.

Below attached GIF details more about the operation.

NOTE:The Akamai logo are trademarks of Akamai Technologies, Inc. All rights reserved. Akamai Technologies, Inc. is not affiliated with this extension.

Task has no module, dlls or any other dependencies like Akamai Authorization wrapper.

Installation

Download the Free 'Akamai Cache Purge' from here and populate the below mentioned mandatory parameters to get it working

Platform

Windows

YAML Usage

steps:
- task: AammirMirza.AkamaiCacheClean.Extension.AkamaiCacheClean@2
  displayName: 'Akamai Cache Purge'
  inputs:
    ClientToken: '$(ClientToken)'
    ClientAccessToken: '$(ClientAccessToken)'
    ClientSecret: '$(ClientSecret)'
    Action: delete / invalidate
    searchatt: Tag / URL
    Tags/URLs: 'assigned Tag'
    hostAddress: '$(host)'

GIF for reference

Operation arguments

Available command line options are:

  • -Method Request method. Valid values are POST, PUT, and DELETE
  • -ClientToken Authentication token used in client auth. Available in Luna Portal.
  • -ClientAccessToken Authentication token used in client auth. Available in Luna Portal.
  • -ClientSecret Authentication password used in client auth. Available in Luna Portal.
  • -URLs Full request URL complete with API location and parameters. Must be URL encoded.
  • -Tags Full request Tag complete with API location and parameters. Must be URL encoded.
  • -Action Should contain the Invalidate/Delete action, that needs to be performed for the operation.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Updates

v2.1.1

  • `how to use, demo gif added to help page.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft