Skip to main content
POST
/
v1
/
daemon
/
{agent_id}
/
control
Control Daemon
curl --request POST \
  --url https://api.example.com/v1/daemon/{agent_id}/control \
  --header 'Content-Type: application/json' \
  --data '
{
  "agent_id": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.charmos.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

agent_id
string
required

Body

application/json
agent_id
string
required

Response

Successful Response

The response is of type Response Control Daemon V1 Daemon Agent Id Control Post · object.