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.
Synopsis
Section titled “Synopsis”quant unpublish <path> [options]Description
Section titled “Description”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.
Arguments
Section titled “Arguments”| Name | Description |
|---|---|
path |
The path to unpublish (required). |
Options
Section titled “Options”This command takes only the global options.
Examples
Section titled “Examples”Unpublish a single page
Section titled “Unpublish a single page”quant unpublish /about/Unpublish an asset
Section titled “Unpublish an asset”quant unpublish /images/old-banner.pngSee also
Section titled “See also”quant publish— restore an unpublished path.quant delete— permanently remove a path.
