hardgcloud

Create a Cloud Scheduler job that calls an App Engine endpoint

command

gcloud scheduler jobs create app-engine JOB_NAME --schedule "CRON" --relative-url URL --location LOCATION

also accepted

gcloud scheduler jobs create app-engine

Command breakdown

Part of the Google Cloud CLI (gcloud) — Cloud Scheduler category.

gcloudschedulerjobscreateapp-engineJOB_NAME--schedule"CRON"--relative-urlURL--locationLOCATION
FlagPurpose
--scheduleBoolean flag
--relative-urlBoolean flag
--locationBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →