npx remotion cloudrun sites rm
EXPERIMENTAL
Cloud Run is in Alpha status and not actively being developed.
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
Site: central-site
Bucket: remotioncloudrun-abcdefgh
Region: us-central1
Serve Url: https://storage.googleapis.com/remotioncloudrun-abcdefgh/sites/central-site/index.html
Delete? (Y/n) Y
Deleted site central-site from bucket remotioncloudrun-abcdefgh.
--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