Documentation Index
Fetch the complete documentation index at: https://mintlify.com/everruns/everruns/llms.txt
Use this file to discover all available pages before exploring further.
DELETE /v1/agents/
Archive an agent by setting its status toarchived. This is a soft delete - the agent data is preserved but marked as archived.
Path Parameters
UUID of the agent to archive
Response
Returns204 No Content on success.
Example Request
Example Response
Behavior
Archiving an agent:
- Sets the agent’s
statusfield toarchived - Does not delete the agent data
- Does not affect existing sessions using this agent
- Prevents the agent from being selected for new sessions (in UI)
- The agent still appears in list responses with
status: "archived"
Existing Sessions
Sessions that were created with an archived agent will continue to function normally. The agent configuration is captured at session creation time.Restoring Archived Agents
To restore an archived agent, use the PATCH endpoint to set the status back toactive:
Error Responses
404 Not Found- Agent with specified ID does not exist500 Internal Server Error- Server error