Skip to content

Commit bb3defb

Browse files
committed
Cleanup the cleanup section and Next Steps.
1 parent e59776e commit bb3defb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/ai-services/openai/how-to/fine-tuning-test.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,11 @@ curl $AZURE_OPENAI_ENDPOINT/openai/deployments/<deployment_name>/chat/completion
186186

187187
## Clean up your deployment
188188

189-
Developer deployments will auto-delete on their own regardless of activity. To delete a deployment manually, use the [Deployments - Delete REST API](/rest/api/aiservices/accountmanagement/deployments/delete?view=rest-aiservices-accountmanagement-2024-10-01&tabs=HTTP&preserve-view=true) and send an HTTP DELETE to the deployment resource. Like with creating deployments, you must include the following parameters:
189+
Developer deployments will auto-delete on their own regardless of activity. Each deployment has a fixed lifetime of **24 hours** after which it is subject to removal. The deletion of a deployment doesn't delete or affect the underlying customized model and the customized model can be redeployed at any time.
190+
191+
To delete a deployment manually, you can use the Azure AI Foundry portal or use [Azure CLI](/cli/azure/cognitiveservices/account/deployment?preserve-view=true#az-cognitiveservices-account-deployment-delete).
192+
193+
To use the [Deployments - Delete REST API](/rest/api/aiservices/accountmanagement/deployments/delete?view=rest-aiservices-accountmanagement-2024-10-01&tabs=HTTP&preserve-view=true) send an HTTP `DELETE` to the deployment resource. Like with creating deployments, you must include the following parameters:
190194

191195
- Azure subscription ID
192196
- Azure resource group name
@@ -200,10 +204,9 @@ curl -X DELETE "https://management.azure.com/subscriptions/<SUBSCRIPTION>/resour
200204
-H "Authorization: Bearer <TOKEN>"
201205
```
202206

203-
You can also delete a deployment in Azure AI Foundry portal, or use [Azure CLI](/cli/azure/cognitiveservices/account/deployment?preserve-view=true#az-cognitiveservices-account-deployment-delete).
204-
205207

206208
## Next steps
207209

208-
- [Azure OpenAI Quotas & limits](./quota.md)
209-
- [Azure OpenAI deployment types](./deployment-types.md)
210+
- [Deploy for production](./fine-tuning-deploy.md)
211+
- Understand [Azure OpenAI Quotas & limits](./quota.md)
212+
- Read more about other [Azure OpenAI deployment types](./deployment-types.md)

0 commit comments

Comments
 (0)