Pause processor

**Pause Processor** Pauses the background job processor, stopping new job processing while keeping the queue intact. **Use Cases:** - Maintenance operations - System debugging - Resource management - Emergency stops **Note:** Use `POST /push/async/resume` to resume processing.

Authentication

AuthorizationBearer

JWT token for authentication. Use ‘test-jwt-token’ for development.

Response

This endpoint returns an object.
successboolean
dataobject or null
errorobject or null