Jobs
Bulk pause/resume/trigger/delete
Authorization
bearerAuth AuthorizationBearer <token>
Clerk session JWT. Also send x-clerk-org-id if org context needed.
In: header
Path Parameters
action*string
Value in
- "pause"
- "resume"
- "trigger"
- "delete"
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/v1/jobs/bulk/pause" \ -H "Content-Type: application/json" \ -d '{ "jobIds": [ "7fee3584-ccb4-4b4a-9988-c19ca63c0f7c" ] }'Empty