# DROP JOBS

Drops (deletes) the jobs with the specified ID.

## Syntax

```
DROP JOBS '<job_ids>'
```

## Argument

* `job_ids`: A comma-separated list of IDs of jobs to delete.

## Example

The following command drops the jobs with IDs **62c230ea-0000-1000-9000-c08a7a3fd6c0** and **5915e2d8-0000-1000-9000-bb81033c63bc**:

```sql
DROP JOBS '62c230ea-0000-1000-9000-c08a7a3fd6c0', '5915e2d8-0000-1000-9000-bb81033c63bc';
```

***

Modified at: August 13, 2025

Source: [/cloud/reference/fusion-sql/drop-jobs/](https://docs.singlestore.com/cloud/reference/fusion-sql/drop-jobs/)

(An index of the documentation is available at /llms.txt)
