STOP ROUTINE LOAD
Description
Stops a Routine Load job.
You can manage Routine Load jobs that run on StarRocks tables only as a user who has the INSERT privilege on those StarRocks tables. If you do not have the INSERT privilege, follow the instructions provided in GRANT to grant the INSERT privilege to the user that you use to connect to your StarRocks cluster.
warning
- A stopped Routine Load job cannot be resumed. Therefore, please proceed with caution when executing this statement.
- If you only need to pause the Routine Load job, you can execute PAUSE ROUTINE LOAD.
Syntax
STOP ROUTINE LOAD FOR [db_name.]<job_name>