OpenAI · Arazzo Workflow
OpenAI Retrieve and Delete Fine-Tuned Model
Version 1.0.0
Inspect a model and delete it only when it is an owned fine-tuned model.
Provider
Workflows
retrieve-and-delete-model
Retrieve a model and delete it only when it is an owned fine-tuned model.
Reads a model's metadata and issues a delete only when the model is not an OpenAI-owned base model, protecting shared models from accidental deletion.
1
retrieveModel
retrieveModel
Retrieve the model and branch on whether it is account-owned.
2
deleteModel
deleteModel
Delete the account-owned fine-tuned model.