For the complete documentation index, see llms.txt. This page is also available as Markdown.

Schedules

The Schedules tab allows you to set up start/stop and delete schedules for your database service.

Start/Stop Schedule

To configure the Start/Stop schedule:

  1. Click Add on the right side. The Create Schedule dialog box appears with the following fields:

    • Repeat — Configure the repeat interval for your action. The available values are:

      • Does not repeat — The schedule runs only once for the configured date and time. Choose a start and stop day and time under Duration.

      • Daily — The schedule runs daily at the configured time. To configure the end repetition:

        • Select Never to run indefinitely.

        • Select On and choose a date to end the repetition on a specific date.

        • Select After and provide a number N to end after N occurrences.

        • Choose a start day and time under Duration.

      • Weekly — The schedule runs weekly on the configured day and time.

        • Select the days to run the action each week.

        • To configure the end repetition, select Never, or On with a date.

        • Choose a start day and time under Duration.

  2. After providing all the details, click Submit.

The configured schedules are listed below the Start/Stop Schedule option. The following information is displayed:

  • Start date — The configured start date for the schedule.

  • Duration — The duration for which your database service is up and running.

  • Repeat — The schedule frequency. The possible values are Does not repeat, Daily, and Weekly.

Delete Schedule

To configure the delete schedule:

  1. Click Add on the right side. A window appears with the Delete on field to configure a date and time for deletion.

  2. Click the calendar button to choose the date.

  3. Click the clock button to choose the time.

  4. Select whether to retain the Availability Machine.

    • Select Yes to delete only the service and retain the Availability Machine.

    • Select No to delete both the service and the Availability Machine.

  5. Click Submit.

The configured delete schedule is displayed below the Delete Schedule option, showing the Delete on date and time, and whether the Availability Machine is to be retained.

As an alternative method, use the code to configure start/stop/delete schedules.

  1. Click the Code button at the bottom-right corner to view the Code for start/stop/delete schedule window.

  2. On the left-hand side, view the API, its type, and the payload.

  3. On the right-hand side, view the code in Shell, Python, Go, Java, JavaScript, and PowerShell.

  4. Use the copy and download buttons to save the code.

  5. Click Close to return to the schedules window.

Figure 1: Schedules tab

Last updated

Was this helpful?