gcloud run jobs create nightly-cleanup --image gcr.io/my-project-123456/cleanup:v1 --region us-central1
Create a Cloud Run batch job
Defines a job named nightly-cleanup that runs the cleanup container to completion instead of serving HTTP requests. Jobs are for batch work like ETL or maintenance and can run on a schedule. Execute it with gcloud run jobs execute nightly-cleanup --region us-central1.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.