Agents
Archive an agent
Archives an agent, hiding it from default list views and disabling all schedules.
Archived agents can still be accessed by ID and appear in list endpoints when
includeArchived=true.
POST
Archive an agent
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Path Parameters
The ID of the agent to archive
Response
Agent archived successfully