Clear Server Queue
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/flux_headshot/clear_queue \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Queue cleared"
}Flux Headshot API
Clear Queue
This endpoint is used to clear the API’s queue.
POST
/
flux_headshot
/
clear_queue
Clear Server Queue
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/flux_headshot/clear_queue \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Queue cleared"
}Request
Send aPOST request to below endpoint to clear the API’s cache.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/flux_headshot/clear_queue' \
Body
json
{
"key": "enterprise_api_key"
}
Was this page helpful?
⌘I

