WorkerJobCreationNoScheduleArgs

  • name
    Type: string
    min length:  
    1
    max length:  
    255
    required
  • prompt
    Type: string
    max length:  
    50000
    required

    The prompt that the job will use when it runs.

  • active
    Type: boolean enum
    const:  
    false
    values
    • false
  • day
    nullable
  • focusResourceIds
    Type: array string[] | null · UUID[]Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

    Optional list of resource IDs that the job should focus on when running. This only provides a hint and does not change the job's permissions.

    • Type: string · UUIDPattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
  • frequency
    nullable
  • hour
    nullable
  • model
    • Type: string | null · ChatbotModelenum

      The model that the job will use when it runs. If not provided, the default model will be used.

      values
      • dummy
      • gpt-5-6-sol
      • gpt-5-6-terra
      • gpt-5-6-luna
      • claude-haiku-4-5
  • timezone
    Type: string
    max length:  
    255

    The timezone that the job should use for scheduling in IANA format (e.g. "America/Toronto").