Samples
Delete the with the id 1000:Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
job_id | INTEGER | - | ✔ | TimescaleDB background id |
Delete a job from the automatic scheduler
SELECT delete_job(1000);
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
job_id | INTEGER | - | ✔ | TimescaleDB background id |
Was this page helpful?