Skip to content

vip cache purge-url [options]

Purge page cache

Options

ArgumentDescription
-a, --appSpecify the app
-d, --debugActivate debug output
-e, --envSpecify the environment
-f, --from-fileRead URLs from file (useful to purge multiple URLs)
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number

Examples

   # Purge a URL from page cache
    $ vip cache purge-url <URL>

   # Purge multiple URLs from page cache
    $ vip cache purge-url --from-file=/dev/vip/urls.txt

Global Options

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: December 17, 2022