Skip to content

quant unpublish

Unpublish a deployed asset from QuantCDN. The path stops serving content but the asset and its revision history are kept — you can re-publish it later.

Terminal window
quant unpublish <path> [options]

Unpublishing is reversible: the path returns 404s (or your project’s custom error page) until you publish it again. Use unpublish to take content offline temporarily, stage rollbacks, or remove a page from public view without losing its revision history.

For permanent removal, use quant delete.

Name Description
path The path to unpublish (required).

This command takes only the global options.

Terminal window
quant unpublish /about/
Terminal window
quant unpublish /images/old-banner.png