Downcity
CommandsPlugin

studio plugin schedule

Inspect and cancel one-shot scheduled plugin jobs

studio plugin schedule

studio plugin schedule manages the local one-shot plugin schedule store.

Use it when a plugin action was accepted with --delay or --time and you want to inspect or cancel the resulting scheduled job.

Usage

studio plugin schedule list [options]
studio plugin schedule info <jobId> [options]
studio plugin schedule cancel <jobId> [options]

Supported subcommands

  • list
  • info <jobId>
  • cancel <jobId>

What it applies to

  • studio chat send --delay/--time
  • studio memory flush --delay/--time
  • studio plugin command <plugin> <command> --delay/--time

This is one-shot scheduling only. For reusable workflows or cron-style automation, use studio task.

Storage

Scheduled jobs are stored in the current agent project's:

.downcity/schedule.sqlite

Examples

studio plugin schedule list --path /abs/path/to/agent
studio plugin schedule info sched_xxxxxxxxxxxxxxxx --path /abs/path/to/agent
studio plugin schedule cancel sched_xxxxxxxxxxxxxxxx --path /abs/path/to/agent