Skip to content

Schedules

ubiops schedules

Command: ubiops schedules


ubiops schedules list

Command: ubiops schedules list

Description:

List request schedules in project.

Arguments: -

Options:

  • -fmt/--format
    The output format

  • -lb/--labels
    Labels defined as key/value pairs
    This option can be provided multiple times in a single command


ubiops schedules create

Command: ubiops schedules create

Description:

Create a new request schedule. A batch request will be created to your deployment/pipeline according to the defined schedule.

Arguments:

  • [required] schedule_name

Options:

  • -ot/--object_type
    The object type

  • [required] -on/--object_name
    The object name

  • -ov/--object_version
    The version name. Only relevant for object_type='deployment'.

  • [required] -d/--data
    The input data of the request

  • [required] -s/--schedule
    Schedule in crontab format (in UTC)

  • -t/--timeout
    Timeout in seconds

  • --enabled
    Boolean value indicating whether the created schedule is enabled or disabled

  • -fmt/--format
    The output format


ubiops schedules update

Command: ubiops schedules update

Description:

Update a request schedule.

Arguments:

  • [required] schedule_name

Options:

  • -n/--new_name
    The new schedule name

  • --data
    The new input data of the request

  • -s/--schedule
    New schedule in crontab format (in UTC)

  • -t/--timeout
    Timeout in seconds

  • --enabled
    Boolean value indicating whether the created schedule is enabled or disabled

  • -fmt/--format
    The output format


ubiops schedules get

Command: ubiops schedules get

Description:

Get a request schedule.

Arguments:

  • [required] schedule_name

Options:

  • -fmt/--format
    The output format


ubiops schedules delete

Command: ubiops schedules delete

Description:

Delete a request schedule.

Arguments:

  • [required] schedule_name

Options:

  • -y/--assume_yes
    Assume yes instead of asking for confirmation

  • -q/--quiet
    Suppress informational messages