Documentation Index
Fetch the complete documentation index at: https://mindsdb-dependabot-npm-and-yarn-docs-fast-uri-3-1-2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
TheDROP JOB statement deletes the job.
Syntax
Here is the syntax for deleting a job:project_name value is optional. The job_name value indicates the job to be deleted.
Let’s look at some examples:
retrain_and_save_job that resides in the my_project project.
And another example:
create_table_job job that resides in the current project.
To learn more about projects in MindsDB, visit our docs here.