Skip to contents

Only schedules added via daggle_add_schedule() (source = "runtime") can be removed. Attempting to delete a YAML-declared schedule returns a 400 Bad Request from the server.

Usage

daggle_remove_schedule(name, schedule_id, base_url = NULL)

Arguments

name

Character string. Name of the DAG.

schedule_id

Character string. ID of the schedule to remove, as returned by daggle_list_schedules() or daggle_add_schedule().

base_url

Base URL of the daggle API. See Details.

Value

TRUE, invisibly.