Back to Remotion

npx remotion cloudrun sites rm

packages/docs/docs/cloudrun/cli/sites/rm.mdx

4.0.4631.3 KB
Original Source
<ExperimentalBadge> <p> Cloud Run is in <a href="/docs/cloudrun/status">Alpha status and not actively being developed.</a> </p> </ExperimentalBadge>
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.

<details> <summary>Example output</summary> <pre> 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.
</pre> </details>

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