Try for free

Unlink From Cloud Storage

This command will unlink items in the media library from cloud storage. Note that this does not copy media down from cloud storage, it simply removes the cloud metadata.

wp mediacloud:storage unlink [--limit=<number>] [--offset=<number>] [--page=<number>]
Argument Type Optional Description
limit number yes Limits the number of items to be processed, used with offset or page to process batches.
offset number yes The starting index to return a range of results, cannot be used with page.
page number yes The starting index to return a range of results in terms of pages, cannot be used with offset. The page index start at 1. For example, specify a limit of 100 and a page of 2 would return results 100-200.