Skip to main content
POST

Overview

Adopts a shipped preset as the agent’s expiry policy, replacing whatever was there. Nothing expires until a sweep runs.
This replaces the entire policy, including any rules written by hand. Preview the preset first with Get Policy Preset.

Authentication

API clients do not send an API key or Authorization header.
string
required
Session token from Activate Agent. Must match agent_id.
string
required
Must be application/json

Path Parameters

string
required
The unique identifier of the agent.

Body

string
required
Preset name: conservative, balanced, or aggressive.

Next Steps