To identify what is consuming your DALL-E quota, you can check the Azure portal under the Cognitive Services Usages Reader role, which provides access to view quota usage across your Azure subscription. If you do not see any DALL-E resources or deployments, it might be possible that there are hidden deployments or resources that are not immediately visible.
If you need to release or reset the quota, you typically have to delete any associated deployments. If you delete a resource using the Azure portal, ensure that all deployments are deleted first to free up the quota. If you delete a resource programmatically, the quota allocation will remain unavailable for 48 hours until the resource is purged. To trigger an immediate purge, follow the instructions for purging a deleted resource.
If you are unable to identify any specific resources consuming the quota and still facing the issue, you can try the following steps:
- Check for any recent changes or deployments that might have triggered the quota consumption.
- Verify if there are any dependencies or linked services that could be indirectly utilizing the DALL-E capacity.
- Ensure that there are no pending operations or failed deployments that might be holding onto the quota.
Kindly refer below link: quotas-limits
Thank you.