Skip to main content

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-site
npx 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

See also