npx remotion cloudrun sites rm
EXPERIMENTAL
Cloud Run is in Alpha, which means APIs may change in any version and documentation is not yet finished. See the changelog to stay up to date with breaking changes.
bash
npx remotion cloudrun sites rm central-sitenpx remotion cloudrun sites rm central-site another-site # multiple at once
Removes a site (or multiple) from Cloud Storage by it's ID.
Example output
--region
The GCP region to remove sites from.
note
The rm
command does not support the --all-regions flag, as it is possible to have the same site name in multiple regions. This makes it difficult to remove multiple site-names from multiple regions.
--yes
, -y
Removes a site (or multiple) without asking for confirmation.
npx remotion cloudrun sites rm central-site -y