Back to Remotion

npx remotion cloudrun services rm

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

4.0.4611.1 KB
Original Source
<ExperimentalBadge> <p> Cloud Run is in <a href="/docs/cloudrun/status">Alpha status and not actively being developed.</a> </p> </ExperimentalBadge>
npx remotion cloudrun services rm remotion--3-3-82--mem512mi--cpu1-0--t-800

Removes one or more services from your GCP project. Pass a space-separated list of services you'd like to delete.

<details> <summary> Example output </summary> <pre>

Service name: remotion--3-3-82--mem2gi--cpu1-0--t-800

Version: 3.3.82

CPU Limit: 1.0

Memory Limit: 2Gi

Timeout: 300sec

Region: us-east1

Service URL: https://remotion--3-3-82--mem2gi--cpu1-0--t-800-1a2b3c4d5e-ue.a.run.app

GCP Console URL: https://console.cloud.google.com/run/detail/us-east1/remotion--3-3-82--mem2gi--cpu1-0--t-800/logs Delete? (Y/n): Y

Deleted!

</pre> </details>

--region

The GCP region to select.

--yes, -y

Skips confirmation.

See also