Alter and delete user-defined actions

note

To alter or delete a job, you need to know its . Find the job_id by querying the timescaledb_information.jobs table.

To replace the entire JSON config for a job, call alter_job with a new object. For example, for a job with id 1000:

To re-enable automatic scheduling of a job, call alter_job and set scheduled to true. For example, for a job with id :