curl --request DELETE \
  --url http://127.0.0.1:47334/api/projects/mindsdb/agents/my_agent
200 OK
DELETE /api/projects/{project_name}/agents/{agent_name} This API endpoint deletes an agent using the DELETE method.
Learn more about agents and the available parameters following this doc page.

Path Parameters

project_name
string
required
Defines the project where the agent are located. Note that the default project name is mindsdb.
agent_name
string
required
Defines the agent name.

Body

None.

Response

None.
curl --request DELETE \
  --url http://127.0.0.1:47334/api/projects/mindsdb/agents/my_agent
200 OK