cURL
curl --request POST \ --url https://modelslab.com/api/v1/enterprise/flux/clear_queue \ --header 'Content-Type: application/json' \ --data '{ "key": "<string>" }'
{ "status": "success", "message": "Queue cleared, server is restarting" }
This endpoint is used to clear the API’s queue.
POST
--request POST 'https://modelslab.com/api/v1/enterprise/flux/clear_queue' \
{ "key": "enterprise_api_key" }
Was this page helpful?