| `cron_timezone ` | string | yes | The timezone supproted by `ActiveSupport::TimeZone` (e.g. `Pacific Time (US & Canada)`) or `TZInfo::Timezone` (e.g. `America/Los_Angeles`) |
| `active ` | boolean | yes | The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially. |
| `cron_timezone ` | string | no | The timezone supproted by `ActiveSupport::TimeZone` (e.g. `Pacific Time (US & Canada)`) (default: `'UTC'`) |
| `active ` | boolean | no | The activation of pipeline schedule. If false is set, the pipeline schedule will deactivated initially (default: `true`) |
```sh
curl --request POST --header"PRIVATE-TOKEN: k5ESFgWY2Qf5xEvDcFxZ"--formdescription="Build packages"--formref="master"--formcron="0 1 * * 5"--formcron_timezone="UTC"--formactive="true""https://gitlab.example.com/api/v4/projects/29/pipeline_schedules"