Automated Scheduling for Notebook Instance

Automated Scheduling for Notebook Instance

The Automated Scheduling feature allows users to define specific times for automatically starting or stopping Notebook Instances. This helps optimize cloud usage, reduce unnecessary costs, and ensure that compute resources are only active when needed.

Schedule Creation

You can create schedules to automatically start or stop a Notebook Instance at specific times.  
  1. Log in to the platform, go to the Notebook Instances section, and select your target instance.  
  2. Navigate to Scheduler Tab: Inside the instance detail view, click on the Scheduler tab.  
  3. Create a New ScheduleClick the "+" button and provide the following inputs:  
    1. Action: Choose Start or Stop  
    2. Interval type: Select Daily, Weekly, or Monthly  
    3. Time: Set the desired execution time in UTC  
  4. User Options: Both a web-based interface and API are available for schedule configuration.  

Schedule Management  

Managing your existing schedules is straightforward.  
  1. View Schedules: All scheduled actions for the instance are listed in the Scheduler tab for quick reference.  
  2. Delete: You can update the action, time, or recurrence, or remove a schedule entirely when it's no longer needed.

Access Control & Auditability  

To ensure security and compliance, schedule access is tightly controlled.  
  1. Who Can Schedule: Only users with the dev or admin role have permission to create, modify, or delete schedules.  
  2. Audit Logging: All schedule-related changes are recorded in the platform’s audit logs, including:  
    1. User who made the change  
    2. Timestamp  
    • Related Articles

    • Automated Scheduling for Model Endpoint

      The Automated Scheduling feature allows users to define specific times for automatically starting or stopping Model Endpoint. This helps optimize cloud usage, reduce unnecessary costs, and ensure that compute resources are only active when needed. ...
    • Manage a notebook instance

      Notebook instances provide you with a dedicated environment to develop and experiment with your AI models. Follow these steps to seamlessly manage your instances: Accessing Notebook Instances Dashboard: From the platform dashboard, locate the ...
    • Connect to a notebook instance

      Greennode AI Platform offers three methods to connect to notebook instances: Code Editor: Directly access and edit code within the platform's web-based code editor. TCP Port: Connect to the notebook instance using a specified TCP port. SSH: Connect ...
    • Create a notebook instance with custom container

      Custom images allow you to create a notebook environment that is precisely tailored to your specific needs. You can pre-install specific libraries, frameworks, or tools that are not included in the standard application-supported images. This saves ...
    • Create a notebook instance with pre-built container

      A pre-built notebook instance is a managed environment where you can easily run Jupyter notebooks with access to Greennode AI resources. These instances are pre-configured with the computational resources you choose and can be used for data analysis, ...