Clear Cache with YAML

YAML parameters for Clear Cache

NameTypeDescription
action
Required
StringThe ID of the action.
type
Required
StringThe type of the action. Must be set to CLEAR_CACHE.
cache_types
Required
String[]Defines the cache layer cleared by the action. Available values: DOCKER, FILE_SYSTEM, SERVICES, ADDITIONAL.

YAML example for Compress images

actions:
  - action: "Clear cache"
    type: "CLEAR_CACHE"
    cache_types:
    - "DOCKER"
    - "FILE_SYSTEM"
    - "SERVICES"
    - "ADDITIONAL"

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.