CreateProjectCrons

August 5, 2026 ยท View on GitHub

Example Usage

import { CreateProjectCrons } from "@vercel/sdk/models/createprojectregion.js";

let value: CreateProjectCrons = {
  enabledAt: 6003.25,
  disabledAt: 299.8,
  updatedAt: 6508.08,
  deploymentId: "<id>",
  definitions: [],
};

Fields

FieldTypeRequiredDescription
enabledAtnumber:heavy_check_mark:The time the feature was enabled for this project. Note: It enables automatically with the first Deployment that outputs cronjobs.
disabledAtnumber:heavy_check_mark:The time the feature was disabled for this project.
updatedAtnumber:heavy_check_mark:N/A
deploymentIdstring:heavy_check_mark:The ID of the Deployment from which the definitions originated.
definitionsmodels.Definitions[]:heavy_check_mark:N/A