Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.schedules.patch
Updates an active or paused Schedule.
When the Schedule is updated, new runs will be scheduled starting from the updated next execution time after the update time based on the time_specification in the updated Schedule. All unstarted runs before the update time will be skipped while already created runs will NOT be paused or canceled.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: schedules.patch\n\n**Full name**: projects.locations.schedules.patch\n\nUpdates an active or paused Schedule.\n\nWhen the Schedule is updated, new runs will be scheduled starting from the updated next execution time after the update time based on the time_specification in the updated Schedule. All unstarted runs before the update time will be skipped while already created runs will NOT be paused or canceled. \n\n### Endpoint\n\npatch `https:``/``/{service-endpoint}``/v1``/{schedule.name}` \n`PATCH https://{service-endpoint}/v1/{schedule.name}`\n\nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`schedule.name` `string` \nImmutable. The resource name of the Schedule.\n\n### Query parameters\n\n`updateMask` `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` \nRequired. The update mask applies to the resource. See [google.protobuf.FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask).\n\nThis is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`.\n\n### Request body\n\nThe request body contains an instance of [Schedule](/vertex-ai/docs/reference/rest/v1/projects.locations.schedules#Schedule). \n\n### Response body\n\nIf successful, the response body contains an instance of [Schedule](/vertex-ai/docs/reference/rest/v1/projects.locations.schedules#Schedule)."]]