delete_job()
Delete a job from the automatic scheduler
Community Since 1.2.0
Delete a registered with the automation framework.
This works for s as well as policies.
If the is currently running, the process is terminated.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a job from the automatic scheduler
SELECT delete_job(1000);
SELECT delete_job(
job_id = <job_id>
);
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
job_id | INTEGER | - | ✔ | TimescaleDB background id |