cURL
curl --request DELETE \ --url https://api.bytez.com/models/v2/{modelId} \ --header 'Authorization: <api-key>'
{ "error": null, "output": null }
Delete a model cluster
Set Authorization header to Key BYTEZ_KEY (e.g. 'Authorization': 'Key ABC123')
Authorization
Key BYTEZ_KEY
The model you want to run (e.g., openai-community/gpt2).
openai-community/gpt2
Status 200 with null for error and output
The response is of type object.
object