Request

Send a POST request to below endpoint to clear the API’s cache.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/schedulers_list' \

Body Attributes

key
string
required
Your enterprise API Key used for request authorization.

Body

json
{ 
    "key": "enterprise_api_key"
}