delete_job()
Community
Delete a job registered with the automation framework. This works for user-defined actions as well as policies.
If the job is currently running, the process will be terminated.
Required Arguments
Name | Type | Description |
---|---|---|
job_id | INTEGER | TimescaleDB background job id |
Sample Usage
SELECT delete_job(1000);
Delete the job with the job id 1000.
当前内容版权归 TimescaleDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 TimescaleDB .