# `Jido.Agent.Directive.CronCancel`
[🔗](https://github.com/agentjido/jido/blob/v2.3.0/lib/jido/agent/directive/cron_cancel.ex#L1)

Cancel a previously registered cron job for this agent by job_id.

## Fields

- `job_id` - The logical job id to cancel

## Examples

    %CronCancel{job_id: :heartbeat}

# `t`

```elixir
@type t() :: %Jido.Agent.Directive.CronCancel{job_id: any()}
```

# `schema`

```elixir
@spec schema() :: Zoi.schema()
```

Returns the Zoi schema for CronCancel.
