• Headless WP Podcast
  • Headless Plugins
  • Search
  • Try Atlas

Atlas Platform

  • Overview
  • Getting Started
    • Overview
    • 1. Prerequisites
    • 2. Create App
    • 3. Choose a Blueprint or Repo
    • 4. Deploy from Blueprint
    • 5. Deploy from Existing Repo
  • Developing Apps Locally
    • Overview
    • 1. Prerequisites
    • 2. Frontend App Configuration
    • 3. WordPress Site Configuration
  • Customization
    • Cache-Control Headers
    • Configuring Atlas Builds
  • Framework Guides
    • Astro
    • Faust.js
    • Gatsby
    • Next.js
    • Nuxt.js
    • Remix
    • Qwik
  • Additional Guides
    • Domain Mapping
    • Post and Page Previews
    • Troubleshooting Builds
    • Preview Environments
    • Redeploy Previous Version
    • Password Protection
    • Support
  • CLI Reference
    • wpe
    • wpe apps
      • create
      • delete
      • get
      • init
      • list
      • rebuild
      • update
    • wpe auth
      • login
      • logout
    • wpe builds
      • get
      • list
    • wpe context
      • get
      • set
    • wpe envs
      • delete
      • purge
      • rebuild
    • wpe logs
      • get
    • wpe completion
      • bash
      • zsh
  • Non-CLI Reference
    • zip-upload
    • create app

wpe envs purge

Description

Manually purge the domain cache for a specified application environment.

Usage

$ wpe envs purge $ENV_ID [OPTIONS]

Extended Description

The wpe envs purge command allows you to purge the domain cache for a specified application environment.

Options

--app, -a The app name
--help, -h Help for purge

Examples

Let's assume the environment ID is bmna3gedlzerwcb4vc04gssl and the app name is myapp. Running the following command will purge the domain cache for environment:

$ wpe envs purge bmna3gedlzerwcb4vc04gssl -a myapp