Orbit GraphQL
Github
  • Orbit GraphQL
  • Quickstart
  • How does it work?
  • Configuration Options
  • API reference
    • GraphQL Endpoint
    • Cache Purge
      • Flush Everything
      • Flush a Resource
    • Get Cache Data
    • Healthcheck
Powered by GitBook
On this page
Edit on GitHub
  1. API reference
  2. Cache Purge

Flush Everything

PreviousCache PurgeNextFlush a Resource

Last updated 8 months ago

The path to flush all cached data.

post

Congiruable using handlers_flush_all_path (in config.toml) or ORBIT_HANDLERS_FLUSH_ALL_PATH (using environment variables)

Responses
200
Status indicating success or failure of the flush operation.
post
POST /flush HTTP/1.1
Host: 
Accept: */*
200

Status indicating success or failure of the flush operation.

No content