Clear Cache with YAML

YAML parameters for Clear Cache

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

YAML example for Compress images

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

Last modified on Sep 24, 2024