> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedule Remove Input • AI Agent SDK

> ScheduleRemoveInput: Input for SCHEDULE_REMOVE hooks (a scheduled job was deleted).

# ScheduleRemoveInput

> Defined in the [**events**](../modules/events) module.

<Badge color="blue">AI Agent</Badge>

Input for SCHEDULE\_REMOVE hooks (a scheduled job was deleted).

Emitted by the schedule store for every deletion path — the
agent-callable `schedule_remove` tool, `praisonai schedule
remove`/`delete` (which delete by id, not name), and the automatic
cleanup of a spent `delete_after_run` one-shot.

## Properties

<ResponseField name="job_name" type="str">
  No description available.
</ResponseField>

<ResponseField name="job_id" type="str">
  No description available.
</ResponseField>

<ResponseField name="schedule" type="str">
  No description available.
</ResponseField>

<ResponseField name="principal" type="str">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Generic utility method.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/hooks/events.py#L495">
  `praisonaiagents/hooks/events.py` at line 495
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Background Tasks" icon="clock" href="/docs/docs/features/background-tasks" />

  <Card title="Async Jobs" icon="list-check" href="/docs/docs/features/async-jobs" />
</CardGroup>
