hardgcloud

Create a Cloud Scheduler job that sends HTTP requests on a cron schedule

command

gcloud scheduler jobs create http JOB_NAME --schedule "CRON" --uri URI --location LOCATION

also accepted

gcloud scheduler jobs create http

Command breakdown

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

gcloudschedulerjobscreatehttpJOB_NAME--schedule"CRON"--uriURI--locationLOCATION
FlagPurpose
--scheduleBoolean flag
--uriBoolean flag
--locationBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →