DELETE
/
agents
/
{agent_id}
/
tune
/
jobs
/
{job_id}
curl --request DELETE \
  --url https://api.contextual.ai/v1/agents/{agent_id}/tune/jobs/{job_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

ID of the Agent associated with the tuning job

job_id
string
required

ID of the tuning job to cancel

Response

200
application/json
Successful Response

The response is of type object.