Skip to main content
POST
/
agents
/
{id}
/
start
Error
A valid request URL is required to generate request examples
{
  "status": "running",
  "container_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hill90.com/llms.txt

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

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 started

status
string
Example:

"running"

container_id
string