Skip to main content
POST
/
api
/
v3
/
{teamSlug}
/
{projectId}
/
stop
curl -X POST "https://fluar.com/api/v3/acme-corp/proj_550e8400e29b41d4a716446655440000/stop" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "stoppedJobs": 14
}
Immediately stop all in-progress and queued processing jobs for the project. Requires a Bearer token.
curl -X POST "https://fluar.com/api/v3/acme-corp/proj_550e8400e29b41d4a716446655440000/stop" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "success": true,
  "stoppedJobs": 14
}