/
/Oz Agent API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 18h ago · Updated 2w ago
agent23
  • getList available agents
  • getList connected self-hosted workers
  • getGet run transcript
  • postRun an agent task
  • getList agent runs
  • postRun a cloud agent
  • getFind the run that produced a given external reference URL
  • getGet run details
  • getGet run timeline
  • getGet normalized run conversation
  • postCancel a run
  • postSubmit a follow-up message for a run
  • getGet normalized conversation
  • getList environments
  • getList available models
  • getGet artifact details
  • getDownload an artifact
  • getList agents
  • postCreate an agent
  • postReport evaluation scores for a run
  • getRetrieve an agent
  • putUpdate an agent
  • deleteDelete an agent
schedules7
    agent

    Delete an agent

    Delete an agent. All API keys associated with the agent are deleted atomically.

    delete/agent/identities/{uid}

    Path parameters

    uidstring required

    The unique identifier of the agent

    Response

    Agent deleted successfully

    Changes