Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsDataRobot ToolsDatarobot Create Notebook Jobs
DataRobot Tools

Datarobot Create Notebook Jobs

Tool to create a scheduled notebook job in DataRobot. Use when you need to run a Jupyter notebook on a schedule or programmatically. The notebook must exist in DataRobot Codespaces before creating the job. Configure cron-like schedules to automate notebook execution.

Write actionRisk level 2 of 5API key connection
Use Datarobot Create Notebook Jobs

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • enabledboolean
    Whether the scheduled notebook job is enabled. Set to false to create a disabled job that won't run on schedule. Default is true.
  • scheduleobject
    Required
    Cron-like schedule configuration defining when the notebook should run automatically. Specify minute, hour, dayOfMonth, dayOfWeek, and month arrays.
  • useCaseIdstring
    Required
    The ID of the use case (project) this notebook is associated with. Obtain from DATAROBOT_LIST_PROJECTS or project creation.
  • notebookIdstring
    Required
    The ID of the notebook to schedule. Must be a valid 24-character hexadecimal ObjectId. Obtain from notebook listing or creation.
  • parametersarray
    List of environment variables to pass to the notebook execution. Each parameter has a 'name' (max 256 chars, alphanumeric + underscores) and 'value' (max 131,072 chars).
  • notebookPathstring
    The path to the notebook file in the DataRobot Codespaces file system. Required for Codespaces notebooks, but should be omitted for standalone notebooks. Must start with '/' (e.g., '/notebooks/notebook.ipynb').

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.