Deletes a training project and all associated training jobs.
cURL
curl --request DELETE \ --url https://api.baseten.co/v1/training_projects/{training_project_id} \ --header "Authorization: Api-Key $BASETEN_API_KEY"
{ "id": "<string>", "deleted": true }
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Authorization: Api-Key <Your_Api_Key>
A training project tombstone.
Unique identifier of the training project
Whether the training project was deleted
Was this page helpful?