Skip to main content
POST
/
agents
/
{id}
/
stop
Error
A valid request URL is required to generate request examples
{
  "status": "stopped"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Agent stopped

status
string
Example:

"stopped"