CreateCronRequest: {
    args?: Record<string, unknown>;
    containerId: string;
    name?: string;
    region?: Region;
    schedule: string;
}

Type declaration

  • Optionalargs?: Record<string, unknown>

    Arguments to pass with the cron.

  • containerId: string

    UUID of the container to invoke by the cron.

  • Optionalname?: string

    Name of the cron to create.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • schedule: string

    UNIX cron shedule.